http://expert.csdn.net/Expert/topic/2622/2622640.xml?temp=6.879824E-02在第一个不是全屏的窗口A中弹出一个全屏的窗口B,并且关闭第一个窗口A

解决方案 »

  1.   

    用fullscreen=yes就可以实现全屏
      

  2.   

    <script language="javascript">
    <!--
    window.open("www.csdn.net","aliketen","fullscreen=3,height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no");
    -->
    </script>
      

  3.   

    window.open("url","name","fullscreen=1||3");
      

  4.   

    我知道用fullscreen=yes可以解决全屏,我的意思可能说的不清楚,就是始终使页面在前台,用Alt+Tab不能切换到其他页面。