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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to