我想window.open打开的网页
没有最小化的那个按钮怎么实现啊

解决方案 »

  1.   

     window.open('comment.aspx','newwindow','height=330,width=350,align=center,top=350,left=450,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no'); ⇒ resizable=no
      

  2.   

    resizable=no
    只是禁止改变大小而已
      

  3.   

    用window.showModalDialog不是挺好的吗
      

  4.   

    <html>  
      <script>  
      showModelessDialog('1.aspx',window,'dialogWidth:250px;dialogHeight:150px,center:   No;   help:   No;   resizable:   No;   status:   No');  
      </script>  
      </html>