Hi,
I have a popup window that opens. I want a link in this popup that will simulatenously close itself and open a new browser window at the same time.
Any ideas on how to go about this?
K
| SitePoint Sponsor |
Hi,
I have a popup window that opens. I want a link in this popup that will simulatenously close itself and open a new browser window at the same time.
Any ideas on how to go about this?
K

this should work:Code:<a href="javascript: window.open('http://www.url.com'); window.close();">Open a new window and close this one</a>
Bookmarks