<script>
syswin=window.open("SMD_target.asp","new", "fullscreen=3,titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,alwaysRaised=yes,hotkeys=no,resizable=no, edge:Raised,width=300,top=400,left=400,height=150,outerWidth=0,false");
syswin.focus();
</script>

解决方案 »

  1.   

    window.open( url , "" , "fullscreen:1" )
      

  2.   

    看看window.showModalDialog可不可以。比如:
    window.showModalDialog('x.html','','dialogWidth=???px;dialogHeight=???px');reSize()
      

  3.   


    <script>
    syswin=window.open("SMD_target.asp","new", "fullscreen=3,titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,alwaysRaised=yes,hotkeys=no,resizable=no, edge:Raised,width=300,top=400,left=400,height=150,outerWidth=0,false");
    syswin.focus();
    </script>
    不对啊。。要的效果