onclick="javascript:openWithSelfMain('路径','name',670,600);"

解决方案 »

  1.   

    onclick = "window.open('newpage.asp','','height=?,width=?,menubar=no,scrollbars=no,location=no,resizable=yes,top=0,left=0')"
      

  2.   

    <script> window.open('http://www.eafu.net','','height=?,width=?,menubar=no,scrollbars=no,location=no,resizable=yes,top=0,left=0');
    </script>
      

  3.   

    能不能不定义宽度和高度啊
    为什么用了fullscreen=yes就没有最大化和关闭按钮了呢