JS刷新父窗口的几种方式
1个回答
展开全部
浮层内嵌iframe及frame集合窗口,刷新父页面的多种方法Js代码 parent.location.reload(); parent.location.reload(); 弹出子页面Js代码 window.opener.location.reload(); window.opener.location.reload(); 子窗口刷新父窗口Js代码 self.opener.location.reload(); self.opener.location.reload(); 刷新以open()方法打开的窗口Js代码 window.opener.location.href=window.opener.location.href; window.opener.location.href=window.opener.location.href; 刷新以winodw.showModelDialog()方法打开的窗口Java代码 window.parent.dialogArguments.document.execCommand('Refresh');
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询