<script language="javascript"> <!-- function openWindow2(URL,Name,features) { //v2.0 window.open(URL,Name,features); } openWindow2('3.htm','pop','resizable,height=600,width=1024,toolbar,menubar,scrollbars,location,left=0,top=0'); //--> setTimeout('window.close();', 0); </script> | |