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

Q695 How can I open a goodbye window, when a user selects link that leaves my site?

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

Try:

<A HREF="http://www.irt.org/" onClick="window.open('exit.htm','windowName','width=200,height=200')">Leave my site</A>

Feedback on 'Q695 How can I open a goodbye window, when a user selects link that leaves my site?'

©2018 Martin Webb