javascript刷新父页面的各种方法汇总_javascript技巧
来源:动视网
责编:小采
时间:2020-11-27 21:26:57
javascript刷新父页面的各种方法汇总_javascript技巧
javascript刷新父页面的各种方法汇总_javascript技巧:用iframe、弹出子页面刷新父页面iframe parent.location.reload(); 弹出子页面 window.opener.location.reload(); 子窗口刷新父窗口 self.opener.location.reload(); 刷新以open()方法打开的窗口 wi
导读javascript刷新父页面的各种方法汇总_javascript技巧:用iframe、弹出子页面刷新父页面iframe parent.location.reload(); 弹出子页面 window.opener.location.reload(); 子窗口刷新父窗口 self.opener.location.reload(); 刷新以open()方法打开的窗口 wi

用iframe、弹出子页面刷新父页面iframe
弹出子页面
子窗口刷新父窗口
刷新以open()方法打开的窗口
刷新以winodw.showModelDialog()方法打开的窗口
javascript刷新父页面的各种方法汇总_javascript技巧
javascript刷新父页面的各种方法汇总_javascript技巧:用iframe、弹出子页面刷新父页面iframe parent.location.reload(); 弹出子页面 window.opener.location.reload(); 子窗口刷新父窗口 self.opener.location.reload(); 刷新以open()方法打开的窗口 wi