I want to reload the browser window once in Netscape when the user first loads the page.
So basically they hit the page...and automatically it reloads, and then they are served the page.
(Weird request I know, im sure there are better ways, but right now, this seems is the fastest)
Im currently using:
window.location.reload();
But this continually reloads the window without stopping..
How do I do this once?
As you have obviously learned, 'fastest' is not always the 'best' -- you cannot put a reload() within an onLoad event handler without experiencing the loop effect. Why do you wish to reload NN (and I'm presuming NN4+)? Are you creating dynamic selection lists and wish to redraw the options' widths? If so, see the dynamic selection script/tutorials at my site. If not, please provide some more details.
Bookmarks