window.open("aa.htm","","fullscreen=3")

解决方案 »

  1.   

    我用的不是window.open,是要在本页面。
    function window.onbeforeunload()
    {
    if (event.clientX>document.body.clientWidth && event.clientY<0||event.altKey){
      window.event.returnValue="&Egrave;·&para;¨&Ograve;&ordf;&Iacute;&Euml;&sup3;&ouml;±&frac34;&Ograve;&sup3;&Acirc;&eth;&pound;&iquest;";
      new ActiveXObject("WScript.Shell").sendKeys("{ESC}")}
    }
    用这个函数要出现一个对话框,有办法去掉吗。。
      

  2.   

    这个 Shell 控件太可怕了, 浏览器不能不提示用户, 否则电脑死都不知道是怎么死的.