window.open( "editpass.php","", "Toolbar=no,Location=no,Menubar=no,Scrollbars=no,resizable=no height=320 width=400 top=300 left=400")在IE6下能正常打开网页,在IE7和360中时后面的参数都没作用,谁帮解释下啊.

解决方案 »

  1.   

    用弹出窗插件吧
    jq thickbox 或者 lingthbox 你这个可能会被屏蔽的。
      

  2.   

    <script type="text/javascript">
    function fun()//强制弹出窗口(模式窗体)
    {
     window.showModelessDialog("http://uc.xuzhoujob.com/jingtai/addchakan.html",window,"scroll:0;status:0;help:1;dialogWidth:450px;dialogHeight:250px");
     <!--setTimeout("this.close()",1000)-->//时间限制关闭窗口
    }
    </script>
    IE5 6 7 8 都可以 
      

  3.   

    window.open( "editpass.php","", "Toolbar=no,Location=no,Menubar=no,Scrollbars=no,resizable=no,height=320,width=400,top=300,left=400")window.open("editpass.php","","width=400,height=320,center=1,help=0,resizable=0,status=0,toolbar=0,directries=0,scrollBars=0");