Javascript:alert('...') - 错误:未捕获的异常:ReferenceError:警报未定义
我经常在地址栏(主要用于调试和测试): javascript:alert(some_function_with_interesting_return_value('blah')); 或者 - 更明显: javascript:alert('有趣的值');
这似乎不再适用于 Firefox 6: 错误:未捕获的异常:ReferenceError:警报未定义
alert()怎么可能不被定义?
我已经用 Firefox 5、Epiphany、Midori 和 Chromium 仔细检查过它 - 工作正常。
Possible Duplicate:
JavaScript alert not working in Firefox 6
I often execute Javascript code in the address bar (mostly for debugging and testing):
javascript:alert(some_function_with_interesting_return_value('blah'));
Or - more obvious:
javascript:alert('interesting value');
This doesn't seem to work anymore with Firefox 6:
Error: uncaught exception: ReferenceError: alert is not defined
How is it possible for alert() not to be defined ?
I've double-checked it with Firefox 5, Epiphany, Midori and Chromium - works fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这可能是预防,因为很多网站都滥用了这一点。
https://bugzilla.mozilla.org/show_bug.cgi?id=527530#c6
I think it's maybe prevention, because a lot of sites abused this.
https://bugzilla.mozilla.org/show_bug.cgi?id=527530#c6