未显示 IE 10 Javascript 错误
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19419705/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
IE 10 Javascript Error not shown
提问by Karthik Bose
- I am newly upgrade browser IE8 to IE10.
- In IE8 any
java script
error occurred it shown in status bar, but IE10error not displayed in status bar.
- 我正在将浏览器 IE8 升级到 IE10。
- 在 IE8 中
java script
发生的任何错误都显示在状态栏中,但 IE10错误未显示在状态栏中。
Any suggestion will be appreciated
任何建议将不胜感激
回答by Karthik Bose
Go to "Internet Options"
Go to "Advanced" tab.
Under "Browsing" header,
a. Uncheck "Disable script debugging (Internet Explorer)",
b. Uncheck "Disable script debugging (Other)",
c. Check "Display a notification about every script error".
转到“Internet 选项”
转到“高级”选项卡。
在“浏览”标题下,
一个。取消选中“禁用脚本调试(Internet Explorer)”,
湾 取消选中“禁用脚本调试(其他)”,
C。选中“显示有关每个脚本错误的通知”。
回答by Abhimanu
It is because javascript maybe disabled in your browser.
这是因为 javascript 可能在您的浏览器中被禁用。
To enable follow these steps:
要启用,请执行以下步骤:
Goto Tools drop-down menu->Internet Options->Security tab->earth (Internet) icon->Custom Level button then, Locate Scripting near the bottom of the list->Under Active Scripting->Enable->then hit OK.
转到工具下拉菜单-> Internet 选项-> 安全选项卡-> 地球(Internet)图标-> 自定义级别按钮,然后在列表底部附近找到脚本-> 在活动脚本下-> 启用-> 然后点击确定。
now,Answer yes to the following conformation box. Hit OK to close the Internet Options window. Finally, hit refresh on your browser window to enjoy the javascript.
现在,对以下构造框回答是。点击确定关闭 Internet 选项窗口。最后,在浏览器窗口中点击刷新以享受 javascript。