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