admin管理员组文章数量:1410697
<iframe id="player" src="..."></iframe>
Firebug - Console tab:
Error: Permission denied to access property 'toString'
I search entire site (Ctrl+F) and "toString" does not exist.
When I remove iframe - Error disappears.
<iframe id="player" src="http://www.youtube./embed..."></iframe>
Firebug - Console tab:
Error: Permission denied to access property 'toString'
I search entire site (Ctrl+F) and "toString" does not exist.
When I remove iframe - Error disappears.
- Is this error actually affecting the performance of your site? If not, I would ignore it. – Waleed Khan Commented Oct 28, 2012 at 19:06
2 Answers
Reset to default 5Browser bug that related to the flash player. You can ignore that.
Like the other answers, the bug exists on the page within the iframe. If you're curious as to whats exactly causing the bug... browse to that page within the source and then conduct your search.
本文标签: javascriptFirebug finds error which does not existStack Overflow
版权声明:本文标题:javascript - Firebug finds error which does not exist - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744927003a2632661.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论