PDA

View Full Version : Resize problem in Netscape only


florida
12-02-2002, 12:45 PM
My Cold Fusion page will not resize in Netscape 4.77 browser. It has no problem with IE but in Netscape 4.77 it gives a blank browser screen after I resize it. I then have to hit the Reload button to get my Cold Fusion page back up.

Any suggestions on how I can correct this problem in Netscape 4.77?? Is there something in Javascript I can do to automatically reload screen after a resize???

Here is what I have tried and it still doesnt work:

<body onResize="location.reload()">

<body onresize="document.recalc(true);">

A1ien51
12-02-2002, 01:41 PM
try this
<body onResize="self.location.href='thepage.htm'">

glenngv
12-03-2002, 02:00 AM
this is the well-known Netscape4 resize bug.
here's the fix:

http://www.web-wise-wizard.com/javascript-reference/netscape-v4-window-resize-bug.html