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.

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.

本文标签: javascriptFirebug finds error which does not existStack Overflow