IE blocks javascript, firefox doesn't

Hi all,

Little problem : my testing html file is blocked by IE(7), that's annoying ! (You know, the little yellox bar you must click to allow dynamic content such as scripts and active x).

How can I avoid this behavior ? Firefox doesn't block anything.

Is Control.Modal really unobtrusive ?

Thanks.

Posted April 10th, 2007 at 3:41am by meyogi84

Browser issue, not library related, sorry!

Control.Modal can be attached in a separate script, or in the head tag, so I would call that unobtrusive, some people don't.

Posted April 10th, 2007 at 1:43pm by ryan

(what I meant by browser issue, is that this is an IE problem specific to your settings, not the IE engine, or javascript engine)

Posted April 10th, 2007 at 1:44pm by ryan

(and I don't know how to turn off the behavior unfortunately)

Posted April 10th, 2007 at 1:44pm by ryan

In fact it's ok. IE blocks the script for a local use. When the page is running on a web server, there is no problem.

Posted April 11th, 2007 at 2:14am by meyogi84

Login or Register to Post