Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: Resizing Netscape Causes Script Reload - June 25, 1998 at 05:53:38

You are here: irt.org | BBS | Re: Resizing Netscape Causes Script Reload [This BBS is closed]

Posted by Martin Webb on June 25, 1998 at 05:53:38:

In Reply to: Resizing Netscape Causes Script Reload posted by atir raihan on June 24, 1998 at 07:47:07:

: Resizing Netscape (version 3 and 4) causes my child frames initialisation javascript to re-run, screwing up all sorts of images etc.
: Yet this never happens in IE.
: Any ideas??

When the browser is resized in Netscape it seems to load the document again from the external cache.

The solution is to reload the document on resize:

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

HTH


Follow-ups:

You are here: irt.org | BBS | Re: Resizing Netscape Causes Script Reload [This BBS is closed]

©2018 Martin Webb