适用于Mozilla Firefox的跨域iframe访问

时间:2016-04-29 12:41:22

标签: javascript firefox mozilla html5-history

我想从网址http://example.com的网站访问子iframe(iframe2)。我有这种HTML格式,

<html>
    <body>
    <iframe id="iframe1" src="https://example.com">
       <iframe id="iframe2" src="https://example.com/page1">
       </iframe>
    </iframe>
    </body>
    </html>

但我面临异常

形式的错误
  

“访问属性XXXXXX的权限被拒绝”

当我使用iframe.contentWindow.document时。

我想访问iframe2的内容。我在Firefox中遇到此问题,我使用window.history.pushstate在HTML浏览器中修复了此问题,这是一个HTML5 API。但不知何故,相同的代码在Firefox中不起作用

我尝试了很多东西,但仍然没有任何领先优势。请帮忙 !!在此先感谢:)

0 个答案:

没有答案