In what case does IE8 block Javascript and how to avoid it ?

Posted by e-satis on Stack Overflow See other posts from Stack Overflow or by e-satis
Published on 2009-10-07T16:58:18Z Indexed on 2010/04/17 15:13 UTC
Read the original article Hit count: 535

Filed under:
|
|
|
|

I got a web site using jQuery, jQuery Tools and some handcrafted JS running performing graphical enhancements. While it's running smooth on FF, Safari and Chrome, IE blocks the script execution :

alt text

There is nothing particularly more dangerous on this code than, let's say, on Netvibes.

Why is even talking about activeX ? I'm using JS.

And how can I prevent that ? I don't want my user to click on "I allow this website" to work. It would be like putting a big red absolute DIV reading "Live quick and never come back".

© Stack Overflow or respective owner

Related posts about ie

Related posts about JavaScript