Netscape Javascript Problem

This line works in IE 6 and Firefox

window.opener.location.reload(theURL);

what it does is reload the page that opned the popup , and the variable named “theURL” includes a few additonal querystring parameters. Netscape 7 does not load the “theURL” , but simply reloads the otriginal. Using (theURL, true) doesn’t work either. Why ?

Leave a Reply