在子窗口中加入代码:

<body onLoad="refreshParent()">

    ......

</body>

<script language="javascript">

function refreshParent(){

    window.opener.location.href = window.opener.location.href;

    if (window.opener.progressWindow) 

        window.opener.progressWindow.close();

  alert("保存成功");

    window.close();

}

</script>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2021-10-04
  • 2021-11-22
相关资源
相似解决方案