AHHHHH! displays too many windows in windows...

G

Guest

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:blush:="urn:schemas-microsoft-com:blush:ffice:blush: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
(e-mail address removed)
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
_-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_
I'm 14 :)
Thank you,
Austin Kirschenmann
(e-mail address removed)
_-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
 
S

Stefan B Rusynko

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>

--




| 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:blush:="urn:schemas-microsoft-com:blush:ffice:blush: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
| (e-mail address removed)
| -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
| _-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_
| I'm 14 :)
| Thank you,
| Austin Kirschenmann
| (e-mail address removed)
| _-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_
| -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top