js刷新父页面
js刷新父页面
日期:2017-11-24 12:02:48 人气:1
简单回答:自己看,不再赘述
用iframe、弹出子页面刷新父页面
iframe
parent.location.reload();
弹出子页面
window.opener.location.reload();
子窗口刷新父窗口
self.window.opener.locaction.reload();
刷新一open()方法打开的窗口
window.opener.location.href = window.opener.