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)">©2013 Martin Webb 