首页 > 语言 > JavaScript > 正文

关闭时刷新父窗口两种方法

2024-05-06 16:05:19
字体:
来源:转载
供稿:网友
这篇文章主要介绍了刷新父窗口两种方法,需要的朋友可以参考下

window.opener.location.reload()刷新父窗口
window.opener.location.reload() 与 window.opener.location.href=window.opener.location.href

都是弹出窗口关闭时用来刷新父窗口。

但window.location.Reload 如果有数据提交的动作,会提示是否提交的(是和否选项)

window.opener.location.href=window.opener.location.href 是定向url提交数据,则不会出现是和否

的选择框。

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选