window.opener.location.reload();

 

是对父窗口进行刷新,比如你在a.asp打开b.asp,如果是在新窗口打开,那么在b.asp中对a.asp刷新,就用window.opener.location.reload();


如果是在本窗口打开的,那么就用response.Write "<script language=javascript>;history.go(-1);location.reload();</script>"

相关文章:

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