alli
03-26-2003, 09:59 AM
Right now I am able to close the popup window and reload the parent window with the code:
window.opener.location.reload();
window.close();
However is it possible to close the popup window and redirect the parent window to a different URL, and not reload the same page from which the popup window came from?
Thanks
window.opener.location.reload();
window.close();
However is it possible to close the popup window and redirect the parent window to a different URL, and not reload the same page from which the popup window came from?
Thanks