<!-- UNOBTRUSIVE POP-UP --> <!-- This goes in the HEAD of the html file that would contain the link to the pop-up --> <script language="JavaScript" type="text/javascript"> <!-- Copyright 2001, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <!-- function backwind() { window.open('dwld/backwind.html','NewWin','toolbar=no,status=no,width=350,height=135') } // --> </script> </head> <!-- This goes into the body of the file --> <a href="javascript:unobtrus();">Click</a> to open small window. <!-- Instead of having a link open the window as shown above, the pop-up window can be made to open by itself by adding the script below to the BODY tag of the file. --> <body onLoad="backwind();"> <!-- ======================================================================================= --> <!-- Create a html document (in this example "backwind.html") --> <!-- Add the script below to the BODY tag of the file --> <body onLoad="setTimeout('window.blur()', 5000);" onFocus="setTimeout('window.blur()', 5000);"> <!-- ======================================================================================= -->