标签: 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