我想让一个页面全屏,但要留出任务栏来.
请教大家..谢谢

解决方案 »

  1.   

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
     <head>
      <title> New Document </title>
      <meta name="Generator" content="EditPlus">
      <meta name="Author" content="">
      <meta name="Keywords" content="">
      <meta name="Description" content="">
     </head> <body>
     <input type="button" onclick="window.open('about:blank', '_blank', 'top=0,left=0,status=yes,height='+(window.screen.availHeight-50)+',width='+(window.screen.availWidth-10));" value="open fullscreen window">
     </body>
    </html>如果需要修改其它属性,自己照着手册改就可以了!
      

  2.   

    showModalDialog('xx.htm','windows','width=xx;height=xxx');