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 s
This 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.