全新无边框窗口实现方式
http://study.zkinfo.ha.cn/shownews.asp?newsid=788

解决方案 »

  1.   

    使用showModalDialog来打开的窗口是没有还原与最小化按钮的,呵呵。
    用法:
     variant = object.showModalDialog(sURL [, vArguments [, sFeatures]])
      

  2.   

    使用showModalDialog来打开的窗口是没有还原与最小化按钮的,呵呵。
    用法:
     variant = window.showModalDialog(sURL [, vArguments [, sFeatures]])
      

  3.   

    <script language="JavaScript">
    aa=window.open("about: meizz","win","fullscreen=yes");
    aa.resizeTo(640,480);
    aa.moveTo(screen.availWidth/2-320,screen.availHeight/2-240);
    </script>
      

  4.   

    to meizz:
    这个页面也太奇怪了,好像嵌在屏幕的中间。