window.opener.document.formName.操作Input.value="List";
window.opener.document.formName.action="ListAction.do";
window.opener.document.formName.submit();

解决方案 »

  1.   

    2楼和3楼的
    你们的方法和我的父页面url?参数是一样的啊:)
      

  2.   

    用iframe吧,就不用刷新父页面了
      

  3.   

    在action中把数据重新传一遍,用这个刷新吧
      

  4.   

    回复人: augustfox(奥古) ( ) 信誉:85  2004-12-03 08:00:00  得分: 0  ----------------
    差不多是一样
    不过如果opener的list页面还有翻页排序或查询条件时
    就略有不一样。
    (用url?的方式,还是去收集这些信息)
      

  5.   

    window.opener.location.reload();
    -----------------------------------------
    window.location.href=('/form/event_detailframe.jsp','windows');
    <% response.sendRedirect("/form/event_hist.jsp"); %>
    ----------------------------------------------page.reload("/form/event_hist.jsp")<script>location.herf="/form/event_hist.jsp"</script>top.topFrame.location.reload("/form/event_hist.jsp");window.location.reload("/form/event_hist.jsp")response.sendRedirect("/form/event_hist.jsp")<meta http-equiv="Refresh" content="1000;URL=/form/event_hist.jsp?myie=ie">window.location.href='/form/event_detailframe.jsp','windows';location.href='/form/event_detailframe.jsp'