IE security settings set to high - javascript not working

烈酒焚心 提交于 2019-12-30 06:59:08

问题


As soon as I set the IE security settings to high the javascript on my page stops executing. It doesn't throw an error or anything, and not even alert works. if I set the security settings back to medium everything works as it should. Has anybody ever experienced something like this?


回答1:


This behavior is by design.
The High security setting disables Javascript.




回答2:


Setting security settings to high in Internet Explorer disables JavaScript:




回答3:


you can use "noscript" tag to display a message when javascript is disabled. But as you can guess, you can not write javascript inside that block.



来源:https://stackoverflow.com/questions/8248653/ie-security-settings-set-to-high-javascript-not-working

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