如何刷新父窗口
2个回答
展开全部
简单回答:自己看,不再赘述
用iframe、弹出子页面刷新父页面
iframe
parent.location.reload();
弹出子页面
window.opener.location.reload();
子窗口刷新父窗口
self.window.opener.locaction.reload();
刷新一open()方法打开的窗口
window.opener.location.href = window.opener.location.href
刷新以winodw.showModelDialog()方法打开的窗口
window.parent.dialogArguments.document.execCommand('Refresh');
或
Response.Write("<script>window.location.href = window.location.href</script>");
刷新本页Response.Write("<script>window.location.href=window.location.href; </script>");
刷新父页和本页面:
Response.Write("<script>alert('提交成功!');window.location.href=window.location.href;window.opener.location=window.opener.location;</script>");
用iframe、弹出子页面刷新父页面
iframe
parent.location.reload();
弹出子页面
window.opener.location.reload();
子窗口刷新父窗口
self.window.opener.locaction.reload();
刷新一open()方法打开的窗口
window.opener.location.href = window.opener.location.href
刷新以winodw.showModelDialog()方法打开的窗口
window.parent.dialogArguments.document.execCommand('Refresh');
或
Response.Write("<script>window.location.href = window.location.href</script>");
刷新本页Response.Write("<script>window.location.href=window.location.href; </script>");
刷新父页和本页面:
Response.Write("<script>alert('提交成功!');window.location.href=window.location.href;window.opener.location=window.opener.location;</script>");
2017-07-14
展开全部
浮层内嵌iframe及frame集合窗口,刷新父页面的多种方法
<script language=JavaScript>
parent.location.reload();
</script>
<script language=JavaScript>
parent.location.reload();
</script>
弹出子页面
<script language=JavaScript>
window.opener.location.reload();
</script>
<script language=JavaScript>
window.opener.location.reload();
</script>
子窗口刷新父窗口
<script language=JavaScript>
self.opener.location.reload();
</script>
<script language=JavaScript>
self.opener.location.reload();
</script>
刷新以open()方法打开的窗口
<script language=JavaScript>
window.opener.location.href=window.opener.location.href;
</script>
<script language=JavaScript>
window.opener.location.href=window.opener.location.href;
</script>
刷新以winodw.showModelDialog()方法打开的窗口
Java代码
<script language="javascript">
window.parent.dialogArguments.document.execCommand('Refresh');
</script>
<script language=JavaScript>
parent.location.reload();
</script>
<script language=JavaScript>
parent.location.reload();
</script>
弹出子页面
<script language=JavaScript>
window.opener.location.reload();
</script>
<script language=JavaScript>
window.opener.location.reload();
</script>
子窗口刷新父窗口
<script language=JavaScript>
self.opener.location.reload();
</script>
<script language=JavaScript>
self.opener.location.reload();
</script>
刷新以open()方法打开的窗口
<script language=JavaScript>
window.opener.location.href=window.opener.location.href;
</script>
<script language=JavaScript>
window.opener.location.href=window.opener.location.href;
</script>
刷新以winodw.showModelDialog()方法打开的窗口
Java代码
<script language="javascript">
window.parent.dialogArguments.document.execCommand('Refresh');
</script>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询