Click to See Complete Forum and Search --> : window 1 auto opens popup. click link in popup closes pop and redirects to window 1


cmecook
08-25-2003, 06:23 PM
1. go to www.aol.com
2. you are in the main window
3. a pop up window automatically open up.
4. a link in the pop up says click here (it will redirect to www.somedomain.com)
5. click the link in the pop up window and it closes
6. the main window is refreshed with yahoo.com


side note. pop up window will have 2 links.
1. for redirecting and closing window.
2. if people just want to close this pop up.

just follow aol, same exact process.

pyro
08-25-2003, 08:48 PM
You can change the opening window by using this:

window.opener.location.href = "somepage.htm";

and close the popup using this:

window.close();