function RefreshPage(id) {

    parent.document.getElementById(id).click();

}弹出框关闭后调用的方法

id为父页面button的id

<input type="button" style="display:none" />

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-05-23
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-09-07
  • 2022-12-23
相关资源
相似解决方案