<!--AUTO CLOSING CUSTOMIZED POP-UP--> <!-- This goes in the HEAD of the html file --> <script language="JavaScript" type="text/javascript"> <!-- Copyright 2001, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <!-- function smallwin() { SW=window.open('smallwindow.html','NewWin','toolbar=no,menubar=no,location=no,resizable=no,status=no,width=350,height=135,scrollbars=no') // change the name, features and the figures of width and height above to customize the popup window. SW.moveTo(190,240); // change the #s at the left to adjust the left and top margins respectively } // --> </script> </head> <!-- This goes into the body of the file --> <a href="javascript:smallwin();"> Click</a> to open small window. </p> <!-- ======================================================================================= --> <!-- This is the script to be included in the BODY tag of the html file that will be the little window --> <body onLoad="setTimeout('window.close()', 10000);"> <!-- Change the # at the left to suit your need --> <!-- 1000 means 1 second --> <center> Customize the content of this window. </center> <!-- ======================================================================================= -->