Web Hosting Offers
See the new scripts recently added to Dynamic Drive. Click here.
Original, practical CSS codes and examples such as CSS menus for your site.
javascript tutorial Browse Basic JavaScript Tutorial
Browse JavaScript Script resources
Browse javascript FAQS
Categories:

javascript tutorial
buy template
Home >> Tutorials >> Advanced javascript tutorials
Javascript >> Popup window example

Six Second Delayed Popup

This script opens a popup after the page loads. It waits 6 seconds and then opens up a new window.

<html>
<head>
<script language="JavaScript">
setTimeout("window.open('window5.htm','Popup1','toolbar=0,width=575,height=200')",6000);

</script></head>

<body>
This will wait 6 seconds and open up a new window.
</body></html>

 


Page contents: itechies.net - Learn how the Popup window open 6 second after the page load
javascript tutorial
javascript book
Buy this book