index1.htm
<html>
<head>  
<body onload="var cw=window.open('index2.htm','','width=780,height=580');cw.resizeTo(780,600);cw.moveTo((screen.width-799)/2,(screen.height-599)/2);opener='popo';window.close();">
</body>
</html>

解决方案 »

  1.   

    对于onload,如果装了3721,禁止了弹出窗口,该如何解决,谢谢了楼上的
      

  2.   

    index1.htm<script langage=javascript>
    window.open("index2.htm","","width=320,height=164,toolbar=no,top=100,left=100,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no")
    opener=''; 
    self.close();
    </script>
      

  3.   

    装了3721,没办法的说,自己弹出个alert(),通知他把3721关掉。