一、打开方式为window.open

window.opener.location.reload();

二、打开方式为window.showModalDialog

首先在打开时的时候要设置window参数

window.showModalDialog("xx.aspx",window);

页面里要使用

var a = window.dialogArguments
a.location.href=a.location.href;
window.close();


 

相关文章:

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