我已经下载了最新的 firebug-lite 并将它放在我的本地目录中,我<script type="text/javascript" src="../js/firebug-lite.js"></script>
就像这样包含它。IE 在控制台中抛出此错误 -SCRIPT5: Access is denied.
这似乎是 IE 的跨域问题,我不确定它是怎么回事 - 我确实想尝试让它以这种特定方式工作(本地文件) - 另一个包含它的方法确实有效。
问问题
1949 次
2 回答
0
Have you got any of the "ie7.js" shims loaded, too? I tried using "ie9.js" (a later version for IE8) and it screwed with Firebug Lite for me. I feel your pain; Firebug Lite is a damn sight better than the IE8's absolutely useless native tools.
于 2013-04-29T08:30:34.667 回答
0
至于错误访问被拒绝。很明显,您正在尝试运行您没有权限的脚本。您是这台电脑的管理员吗,您在使用 IE 浏览时使用的是受限帐户还是访客帐户。
尽管如此,您始终可以按照 Colin Pickard 的这些步骤使其在 IE 中运行
转到一些 Firebug Lite 页面 (http://getfirebug.com/firebuglite)。
单击收藏夹栏上的“添加到收藏夹栏”按钮。
这将为您提供http://getfirebug.com/firebuglite的书签。
右键单击“Firebug Lite”链接并选择“复制快捷方式”。
右键单击您的新书签并选择属性。
将小书签粘贴到 URL 框中并关闭。
于 2012-09-11T18:17:46.707 回答