我希望登陆页面能将后续页面改成按F11的效果。
Window.open效果不好,大家有什么好办法?
急盼回复,谢谢啊

解决方案 »

  1.   

    window.open( [sURL] [, sName] [, sFeatures] [, bReplace])
    sFeatures可以指定是不是全屏
    sFeatures Optional. This String parameter is a list of items separated by commas. Each item consists of an option and a value, separated by an equals sign (for example, "fullscreen=yes, toolbar=yes"). The following features are supported.
      

  2.   

    看一下MSDN中的说明就明白了,如果想把标题栏、工具栏、状态栏等隐藏或者显示,都可以通过Features这个参数来指定。