1、弹出子页面:

Response.Write("<script>showModalDialog('htxx_copy.aspx?);

2、子页面关闭后刷新父页面:

Page.ClientScript.RegisterStartupScript(Page.GetType(), "00", "<script>alert('保存成功!');window.close();window.dialogArguments.window.location=window.dialogArguments.window.location;</script>");

相关文章:

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