就像在新窗口打开这样,如果有可能,最好新的页面是子页面,就是不关掉这个页面焦点不能离开,如何做法,请各位指点一下,谢谢

解决方案 »

  1.   

    模式窗口
    window.showModalDialog()
      

  2.   

    具体参考
    http://blog.csdn.net/ayine/archive/2004/08/27/86589.aspx
      

  3.   

    这个网上有很多相关的资料
    搜索“JavaScript 模态 窗口”,会有很多符合你要求的答案。
    如:
    http://yushiro.w1.33china.com/blogrss.asp
      

  4.   

    <script language=Javascript>newWindow=window.open('"+URLstr+"','myPage','height=250,width=425,resizable=no,alwaysRaised=yes','false');</script>"