Actually, that isn't true at all. Framset tags simply go before the body
tags, which you have done.  The other response is incorrect.

----- Original Message -----
From: "Jay Wigginton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, March 27, 2001 11:20 AM
Subject: RE: CF pages loading only once


> I have never had any problem with them in the past... but anything is
worth
> a try a this point... :)
>
> thanks
> Jay
>
> -----Original Message-----
> From: Bob Silverberg [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 27, 2001 1:08 PM
> To: CF-Talk
> Subject: RE: CF pages loading only once
>
>
> I may be mistaken about this, but I don't think you're supposed to have
> <frameset> and <body> tags on the same page.  I don't know if that's
related
> to your problem, but it's not a good idea.
>
> Bob
>
> -----Original Message-----
> From: Jay Wigginton [mailto:[EMAIL PROTECTED]]
> Sent: March 27, 2001 12:48 PM
> To: CF-Talk
> Subject: CF pages loading only once
>
>
> I have a strange problem that I am trying to discover a solution for... I
> have a web site that is using frames... when accessed from a PC there is
not
> a problem... when accessed from a MAC the web site will load only one
> time... leave the site and access another web site and try to come back to
> the site it will not load...
>
> I have found in testing it with the people that are having the trouble
that
> it is related to the index page being a CF file...  I setup two identical
> pages stripping out all CF tags... one named index.cfm and one named
> index.html and the cfm file has the problem I described.. the html file
does
> not have the problem...
>
> Here is the code I am using for the index page...
>
> <html>
> <head>
> <title>eMarketing Magazine</title>
> </head>
>
> <!-- frames -->
> <frameset rows="122,*">
> <frame name="H" src="header.cfm" marginwidth="0" marginheight="0"
> scrolling="no" frameborder="0">
> <frameset cols="155,*">
>    <frame name="L" src="menu.cfm" marginwidth="5" marginheight="10"
> scrolling="auto" frameborder="0">
> <frame name="R" src="home.cfm" marginwidth="10" marginheight="10"
> scrolling="auto" frameborder="0">
> </frameset>
> </frameset>
>
> <body bgcolor="#FFFFFF">
>
> </body>
> </html>
>
> Here are the URL's...
>
> http://www.emarketingmag.com/index.cfm
> http://www.emarketingmag.com/index.html
>
> Anyone have any idea what could possibly cause this problem????  It seems
to
> be limited to IE v5 also... in Netscape the both pages load but the
Netscape
> never thinks they are finished loading... the icon is always spinning...
> after clicking on one of the links it does load the new page and the icon
> stops spinning...
>
> I am pulling my hair out over this one...  any suggestions would be
> welcomed... :)
>
> thanks
> Jay
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to