How is the application being run? Through HTTP or through FILE? This issue usually occurs through FILE, but security settings may affect how this works. This thread might be of help you: http://groups.google.com/group/jquery-ui/browse_thread/thread/9f7b4870a921cfee
along with this MS website posted in the above thread: http://msdn.microsoft.com/en-us/library/ms537628(VS.85).aspx On May 5, 1:57 am, "radek.z" <radoslaw.zajaczkow...@gmail.com> wrote: > I have the same problem. Did you resolve it? > > Kind regards, > Radek > > On Apr 2, 5:14 pm, oliverw <mmo...@googlemail.com> wrote: > > > After upgrading to jQuery1.3.2users of our application will be > > prompted with a confirm dialog: > > > "Do you want to allow software such asActiveXcontrols and plug-ins > > to run?" > > > The users have to use IE6 (yes I know - but this is a very restrictive > > and old fashioned corporate environment and I have no influence on the > > browser configuration). Replacing the content of jquery-1.3.2.js with > > the content of jquery-1.2.6.js immediately fixes the problem. But we > > would like to avoid that if possible. Is there any known solution to > > this?