Forum Moderators: open
I have it so that page1 opens a popup containing page2.
Now I want page2 to redirect page1 to another page. Is this possible? Any help is appreciated.
-Thank you
function changeMainPage(){ window.opener.location.href="newlocation.htm"; }
You want a popup to change the location of the window that opened it?