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

Q1256 How can I create a popup window that loads 20 seconds after my page has loaded?

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

Try:

<BODY onLoad="setTimeout('window.open(\'welcome.html\',\'popup\',\'width=300,height=100\')',20000)">

©2018 Martin Webb