最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Firebug finds error which does not exist - Stack Overflow

programmeradmin3浏览0评论
<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.

Share edited Feb 20, 2013 at 1:54 Anna_MediaGirl 1,12013 silver badges32 bronze badges asked Oct 28, 2012 at 19:04 AlegroAlegro 7,98618 gold badges54 silver badges78 bronze badges 1
  • 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
Add a ment  | 

2 Answers 2

Reset to default 5

Browser 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.

发布评论

评论列表(0)

  1. 暂无评论