4

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?

clem
  • 3,345
  • 1
  • 22
  • 33

3 Answers3

8

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

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
7

Setting security settings to high in Internet Explorer disables JavaScript:

High Security Settings

gilly3
  • 87,962
  • 25
  • 144
  • 176
0

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.

melihcelik
  • 4,531
  • 1
  • 21
  • 25