function  closeBox() {
       var index = parent.layer.getFrameIndex(window.name); //获取当前窗体索引
       parent.layer.close(index); //执行关闭
   }
执行成功关闭刷新页面
window.parent.location.href = window.parent.location.href;


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-06-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
相关资源
相似解决方案