javascript_howto thread: Popup a modal window then change the main page
I have a page where I pop up a window. When the user clicks on a button on the page, the page should close and the main browser should move on to a different page. Because the popup is called from different pages, I'd rather put all of the code in the main page. Is there a way to have the main page display a popup window, wait for the user to close the window then change the main page? Chris
|





