本文介绍了在尝试刷新父窗口时,在IE9中弹出“Permission Denied”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,
您能否告诉我在IE9中刷新父窗口的替代代码。
我正在尝试下面用于刷新父窗口的java脚本,但它弹出"Pernission Denied"。
窗口刷新但抛出权限被拒绝的警告。
top.opener.window.parent.document.location.href = top.opener.window.parent.document.location.href ;
解决方案
Hi ,
Can you please tell me the alternate code for refreshing the parent window in IE9.
I am trying below java script for refreshing parent window but it is giving popup of 'Pernission Denied'.
Window is refreshing but throwing alert of Permission Denied.
top.opener.window.parent.document.location.href = top.opener.window.parent.document.location.href;
解决方案
这篇关于在尝试刷新父窗口时,在IE9中弹出“Permission Denied”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!