<!--ALWAYS ON TOP 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 topwind() { window.open('topwind.html','NewWin','toolbar=no,status=no,width=350,height=135') } // --> </script> </head> <!-- This goes into the body of the file --> <a href="javascript:topwind();">Click</a> to open small window.</p> <!-- ======================================================================================= --> <!-- Create a html document which would be the popup (in this example "topwind.html") --> <!-- Add the script below to the BODY tag of the file --> <body onLoad="window.focus();" onBlur="setTimeout('window.focus()', 100);"> <!-- ======================================================================================= -->