一个父页面parent.aspx  iframe了一个子页面children.aspx

如果在children.aspx页面中想要刷新parent.aspx的话则使用:

ClientScript.RegisterStartupScript(this.GetType(),"script","<script>parent.location.replace('parent.aspx');</script>");

相关文章:

  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2022-02-23
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2022-12-23
  • 2021-12-15
  • 2021-07-26
  • 2021-07-10
  • 2021-09-14
  • 2022-12-23
  • 2022-02-28
相关资源
相似解决方案