Hello Adrian,

It works great - thank you!

Robert O.

>-----Original Message-----
>From: Adrian J. Moreno [mailto:[EMAIL PROTECTED]]
>Sent: Monday, January 15, 2001 12:48 PM
>To: CF-Talk
>Subject: Re: Netscape 4.04
>
>
>Robert,
>
>the Javascript that James Maltby sent is just that - Javascript. 
>It was just generated by DreamWeaver, but useable
>(sp?) by any HTML file. A similar script that I have been using is 
>this one. Just put it in your header.
>
><script LANGUAGE="JavaScript1.2">
>
><!-- Fixes onresize bug in NS4
>   NS4 = document.layers;
>   if (NS4) {
>      origWidth = innerWidth;
>      origHeight = innerHeight;
>   }
>
>function reDo() {
>   if (innerWidth != origWidth || innerHeight != origHeight)
>      location.reload();
>}
>
>if (NS4) onresize = reDo;
>//-->
>
></script>
>
>HTH,
>
>Adrian J. Moreno
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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