Thanks James.

I don't use Dreamweaver...would the code below with my home page saved as a
Cold Fusion file?

Robert O.

>-----Original Message-----
>From: James Maltby [mailto:[EMAIL PROTECTED]]
>Sent: Monday, January 15, 2001 8:17 AM
>To: CF-Talk
>Subject: RE: Netscape 4.04
>
>
>It's mainly a Netscape problem - Dreamweaver solves the problem with this
>script:
>
><script language="JavaScript">
><!--
>function MM_reloadPage(init) {  //reloads the window if Nav4 resized
>if (init==true) with (navigator) {if
>((appName=="Netscape")&&(parseInt(appVersion)==4)) {
>document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
>onresize=MM_reloadPage; }}
>else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
>location.reload();
>}
>MM_reloadPage(true);
>//--></script>
>
>Hope it helps
>
>James
>
>-----Original Message-----
>From: Robert Orlini [mailto:[EMAIL PROTECTED]]
>Sent: 15 January 2001 14:38
>To: CF-Talk
>Subject: Netscape 4.04
>
>
>Hello,
>
>I am using Netscape ver 4.04. Our website uses a Cold Fusion (.cfm) opening
>page because of some dynamic data that changes on a day-to-day basis.
>
>When a user adjusts the screen by using the mouse to resize the
>borders, our
>home page then does not reload and appears blank. Refreshing or reloading
>the page makes it re-appear. This does not happen in IE.
>
>Is there a problem with using Cold Fusion? I've seen some sites that use it
>and do not experience this.
>
>Any suggestions/corrections/ideas will be appreciated. Thanks.
>
>Robert Orlini
>HW Wilson
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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