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?
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?
Share Improve this question asked Nov 23, 2011 at 20:31 clemclem 3,3661 gold badge23 silver badges33 bronze badges3 Answers
Reset to default 8This behavior is by design.
The High
security setting disables Javascript.
Setting security settings to high in Internet Explorer disables JavaScript:
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.