在response之前就
“<script>javascript:parent.linkman_tree.location.reload();</script>”,

解决方案 »

  1.   

    leftframeName.location.reload()parent.location.href="*.jsp";或response.sendRedirect("*.jsp");

    window.parent.opener.location.href="*.jsp";
    or
    window.parent.opener.location.reload();
      

  2.   

    谢谢两位,已经解决。
    在提交处理页面中不使用response进行重定向,
    而是用javascript.
    先是:leftframeName.location.href="left.jsp"//刷新左边帧中的页面
    然后:rightframeName.location.href="right.jsp"//重定向右边帧中的页面