Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1576 How can I open a popup window whilst simultaneously changing the URL of the current page?

You are here: irt.org | FAQ | JavaScript | Window | Q1576 [ previous next ]

Try:

<a href="javascript:window.open('child.html','newwin');window.location.href = 'newpage.html';">Click here</a>

©2018 Martin Webb