PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
AHHHHH! displays too many windows in windows...
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
AHHHHH! displays too many windows in windows...
![]() |
AHHHHH! displays too many windows in windows... |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I dont know what happend, im using FP 03 and I was using Dynamic Effects (or
thats when its seemed to happen) and I Preveiwed it and it displayed somthing lile this: (note: if it helps any I was also playing around with some JavaScript) ---------------------------- <link>--<link2>--<link3>--------------------- | | | <link> ----------- <link>--<link2>--<link3>-------------- | | <link2> | | | <link3> |<Link> | | | <link2> | | (and so on) __________________By Austin Kirschenmann, bla bla bla__________________ and it repeted like that window in window for about 5 times. the only code is: <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns ="urn:schemas-microsoft-com ffice ffice"xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><meta http-equiv="Content-Language" content="en-us"><title>Gold Vine Grill</title><meta name="description" content="The Gold Vine Grill Restront"><meta name="GENERATOR" content="Microsoft FrontPage 6.0"><meta name="ProgId" content="FrontPage.Editor.Document"><script language="JavaScript"> <!-- function FP_swapImg() { var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length; n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm; elm.$src=elm.src; elm.src=args[n+1]; } } } function FP_getObjectByID(id,o) { var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id); else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el; if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c) for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; } f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements; for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } } return null; } // --> </script> <meta name="Microsoft Theme" content="copy 1011, default"> <meta name="Microsoft Border" content="tlb, default"> </head><body onload=" fall()"> <HTML> <body> <HTML> <body> <HTML> <body> And I hade a lot of stuff on the page but after I closed it it was all gone? Any help you could offer would be greatly appreciated. Thank You, Austin Kirschenmann kirschenmann@prodigy.net -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ _-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_ I'm 14 ![]() Thank you, Austin Kirschenmann kirschemann@prodigy.net _-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_ -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ |
|
|
|
#2 |
|
Guest
Posts: n/a
|
FP Includes relies on the Body tag and your sample has way too many of them
Delete the extra ones after the 1st body tag </head><body onload=" fall()"> <HTML> <body> <HTML> <body> <HTML> <body> so you have </head><body onload=" fall()"> </body></html> -- _____________________________________________ SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ] "Warning - Using the F1 Key will not break anything!" (-; To find the best Newsgroup for FrontPage support see: http://www.net-sites.com/sitebuilder/newsgroups.asp _____________________________________________ "Austin Kirschenmann" <kirschenmann@prodigy.net> wrote in message news:9F8341B6-6945-4E23-B597-E5BE8D877ED5@microsoft.com... | I dont know what happend, im using FP 03 and I was using Dynamic Effects (or | thats when its seemed to happen) and I Preveiwed it and it displayed somthing | lile this: (note: if it helps any I was also playing around with some | JavaScript) | | ---------------------------- <link>--<link2>--<link3>--------------------- | | | | | | | <link> ----------- <link>--<link2>--<link3>-------------- | | | | <link2> | | | | | <link3> |<Link> | | | | | <link2> | | | (and so on) | | | | __________________By Austin Kirschenmann, bla bla bla__________________ | | and it repeted like that window in window for about 5 times. | | the only code is: | | <html xmlns:v="urn:schemas-microsoft-com:vml" | xmlns ="urn:schemas-microsoft-com ffice ffice"| xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv="Content-Type" | content="text/html; charset=windows-1252"><meta http-equiv="Content-Language" | content="en-us"><title>Gold Vine Grill</title><meta name="description" | content="The Gold Vine Grill Restront"><meta name="GENERATOR" | content="Microsoft FrontPage 6.0"><meta name="ProgId" | content="FrontPage.Editor.Document"><script language="JavaScript"> | <!-- | function FP_swapImg() { | var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; | n<args.length; | n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { | doc.$imgSwaps[doc.$imgSwaps.length]=elm; | elm.$src=elm.src; elm.src=args[n+1]; } } | } | function FP_getObjectByID(id,o) { | var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) | el=o.getElementById(id); | else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el; | if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c) | for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; } | f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements; | for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return | el; } } | return null; | } | // --> | </script> | <meta name="Microsoft Theme" content="copy 1011, default"> | <meta name="Microsoft Border" content="tlb, default"> | </head><body onload=" fall()"> | <HTML> | <body> | <HTML> | <body> | <HTML> | <body> | | And I hade a lot of stuff on the page but after I closed it it was all gone? | Any help you could offer would be greatly appreciated. | Thank You, | Austin Kirschenmann | kirschenmann@prodigy.net | -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ | _-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_ | I'm 14 ![]() | Thank you, | Austin Kirschenmann | kirschemann@prodigy.net | _-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_ | -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 
="urn:schemas-microsoft-com

