Forum Moderators: open

Message Too Old, No Replies

Click on popup window link and popup go away

And link opens in the main window?

         

circuitjump

2:34 pm on Dec 19, 2001 (gmt 0)

10+ Year Member



How can I go about doing that. Where the pop-up winodw that comes up has a link, you click on it and it closes but the link opens in the main window?

Anyone got any idea??

tedster

8:18 pm on Dec 19, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can use the opener property of the pop-up Window object:

<a href="newdocument.html" onClick="window.opener.location='newdocument.html';window.close();return false">Link Text</a>