Error On Page Because Of Firebug-Lite

南笙酒味 提交于 2019-12-24 06:19:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!