开发者

Error On Page Because Of Firebug-Lite

开发者 https://www.devze.com 2023-02-07 18:02 出处:网络
When i click Firebug\'s bookmarklet (Firebug Lite) on Internet Explorer . 开发者_JAVA技巧 There is an error on my page.

When i click Firebug's bookmarklet (Firebug Lite) on Internet Explorer .

Error On Page Because Of Firebug-Lite

开发者_JAVA技巧

There is an error on my page.

Error On Page Because Of Firebug-Lite

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消