权限被拒绝iframe location href

时间:2014-01-07 15:19:15

标签: javascript windows-store-apps

请告诉我如何修复此错误:

我需要找到目前在iframe中的网址

JS:

$("h1").text($("#showLogin").get(0).contentWindow.location.href);

HTML:

<iframe id="showLogin" src="https://oauth.vk.com/authorize?...."></iframe>

错误:

JavaScript runtime error: Permission denied

0 个答案:

没有答案