问题
When i click Firebug's bookmarklet (Firebug Lite) on Internet Explorer .
There is an error on my page.
I can't solve this. Firebug Lite working all other websites, but doesn't working on my webpage.
You can check here : http://www.teknoblogo.com/yeni
回答1:
The problem is that you have a facebook iframe in your html page, and IE restricts access of Javascript scripts to the document objects of frames that are from a different domain. (FireBug Light tries to iterate through all frames and load information about their stylesheets, etc.)
If you're debugging your own site, try to remove all external iframes and then load firebug light again. Otherwise, there may be a way to disable the restriction (by modifying IE's security settings) on your specific browser.
来源:https://stackoverflow.com/questions/4842459/error-on-page-because-of-firebug-lite