一个父页面parent.aspx iframe了一个子页面children.aspx
如果在children.aspx页面中想要刷新parent.aspx的话则使用:
ScriptManager.RegisterStartupScript( Button3, this.GetType(), "unReport", "parent.location.replace(' parent.aspx');", true);一个父页面parent.aspx iframe了一个子页面children.aspx
如果在children.aspx页面中想要刷新parent.aspx的话则使用:
ScriptManager.RegisterStartupScript( Button3, this.GetType(), "unReport", "parent.location.replace(' parent.aspx');", true);