PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 5.00 average.

AHHHHH! displays too many windows in windows...

 
 
=?Utf-8?B?QXVzdGluIEtpcnNjaGVubWFubg==?=
Guest
Posts: n/a
 
      4th Feb 2005
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-comfficeffice"
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 Removed)
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
_-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_
I'm 14
Thank you,
Austin Kirschenmann
(E-Mail Removed)
_-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      4th Feb 2005
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" <(E-Mail Removed)> wrote in message news:9F8341B6-6945-4E23-B597-(E-Mail Removed)...
| 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-comfficeffice"
| 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 Removed)
| -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
| _-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_
| I'm 14
| Thank you,
| Austin Kirschenmann
| (E-Mail Removed)
| _-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-__-_
| -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
task bar displays scroll windows instead of separate windows =?Utf-8?B?amV0c29uam9jaw==?= Windows XP Help 0 30th May 2005 08:06 AM
Windows XP font displays Eric Windows XP General 3 23rd Sep 2004 03:31 AM
Windows XP Professional, It displays Windows XP at bootup =?Utf-8?B?dHh0ZWNoLm9yZw==?= Windows XP Setup 1 15th Aug 2004 03:15 AM
when logging on windows displays "windows cannot find.... =?Utf-8?B?S2VsbHk=?= Windows XP Help 0 17th Jan 2004 02:11 PM
Windows XP displays 'windows is starting up' forever Drew Windows XP Setup 0 19th Aug 2003 05:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:46 PM.