I don't think its CF:
Normally, i view the HTML source from the browser, and it looks fine:
eg:


<!--- start of HTML source when it works --->
<base href="http://www.mycom.com/">
<HTML>
<HEAD>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<SCRIPT LANGUAGE="JavaScript">

<!-- hide this script from non-javascript-enabled browsers

function say_foo()
{ 
    alert('foo');
}

function say_bar()
{ 
    alert('bar');
}

//-->
</script>
<link rel="stylesheet" href="standard_icircle.css">
<TITLE>Holiday Rentals</TITLE></head>

<BODY>
etc
<!--- end of HTML source when it works --->


BuT, occasionally, the page looks a mess, with javascript all along the top, and when 
i right-click and view source, then the first 1300 odd characters are missing:


<!--- start of HTML source when it fails --->
ion say_bar()
{ 
    alert('bar');
}

//-->
</script>
<link rel="stylesheet" href="standard_icircle.css">
<TITLE>Holiday Rentals</TITLE></head>

<BODY>
etc
<!--- end of HTML source when it ends --->

As you see, the HTML that is loaded into the browser starts halfway through the js 
functions.
It v. wierd, as it only happens somtimes (IE4 only), and pressing the refresh can 
either cause the page to display correctly, or incorrectly.

Bert



> -----Original Message-----
> From: William J Wheatley [mailto:[EMAIL PROTECTED]]
> Sent: 06 November 2000 20:52
> To: CF-Talk
> Subject: Re: IE4 not loading page correctly
> 
> 
> The lines are missind because of Coldfusion, but as for the 
> other problems i
> dont know what is wrong
> define a mess?
> 
> 
> 
> Bill Wheatley
> Director of Development
> AEPS INC
> Allaire ColdFusion Consulting Partner
> Allaire Certified ColdFusion Developer
> http://www.aeps.com
> ICQ: 417645
> http://www.aeps2000.com
> 954-472-6684 X303
> 
> ----- Original Message -----
> From: "Bert Dawson" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, November 06, 2000 11:07 AM
> Subject: IE4 not loading page correctly
> 
> 
> >
> >     In IE4.0, sometimes when i view one of my pages it is 
> fine, but other
> times it is a mess: when i view source then the first 60 odd 
> lines of HTML
> (the <HTML><BODY> and a few js functions) are missing.
> > It doesn't happen consistently with any give page, and 
> pressing refresh
> usually causes the page to load correctly.
> > Any ideas what might be happening?
> >
> > Cheers
> > Bert
> >
> >
> > 
> --------------------------------------------------------------
> ------------
> ----------------------
> > Archives: http://www.mail-archive.com/[email protected]/
> > Unsubscribe: 
http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to