window.open("demo.asp","","status=no,location=no,toolbar=no,menubar=no,directories=no")
你可以看看msdn,里面很详细

解决方案 »

  1.   

    var chat=window.open("EwyeCx_showResult.asp?"+vsParm,"","fullscreen:yes;resizable=yes");
            chat.moveTo(0,0);
            chat.resizeTo(screen.availWidth,screen.availHeight);//调整窗口大小为整屏
            chat.outerWidth=screen.availWidth;
            chat.outerHeight=screen.availHeight;
      

  2.   

    1.你的程序问题,不会出现这种错误的2.后缀名改成hta3.本窗口去掉
    <script>
    var WshShell = new ActiveXObject("WScript.Shell");
    WshShell.sendKeys("{F11}");
    </script>
      

  3.   

    1、本程序不用分帧就没问题,在ie5.0上用页没问题,ie5.5就出错。2、改为hta后xml能显示?3、我不想要全屏的窗口可以实现吗?好象现在只能控制窗口的位置及大小。