JavaScript:
  window.open("url","windowname",'other properties');

解决方案 »

  1.   

    那就改成frame吧jsp 中可以嵌入另一个jsp页面吧。
    如果,其中,上面jsp页面显示word文档(用jspsmart实现),下面显示评论页面,可以吗?
      

  2.   

    window.open("../action.do",,);
    没错的
      

  3.   

    不就是新打开一个ie浏览器么?struts 里不会是没有这个类方法吧??
      

  4.   

    一般的标签都有target属性,用它可以在新的窗口实现递交。
      

  5.   

    <a href .............target=break>
      

  6.   

    <html:link> 中的target属性,用来在其中的一个frame中显示