一个父页面parent.aspx iframe了一个子页面children.aspx
如果在children.aspx页面中想要刷新parent.aspx的话则使用:
ClientScript.RegisterStartupScript(this.GetType(),"script","<script>parent.location.replace('parent.aspx');</script>");
一个父页面parent.aspx iframe了一个子页面children.aspx
如果在children.aspx页面中想要刷新parent.aspx的话则使用:
ClientScript.RegisterStartupScript(this.GetType(),"script","<script>parent.location.replace('parent.aspx');</script>");
下一篇:.NET中调用系统程序
window.opener.location.href="caseExecuteIndex.html"; 刷新上级页面、刷新父页面
window.showModalDialog弹出刷新父页面:父页面写:function pare
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M