Problem with ajax

We found out that some big organizations with internal networks will get an error when trying to get inside our web application.It seems like in several organizations there are security preferences blocking windows updates.After downloading this patch:

http://www.microsoft.com/technet/security/bulletin/ms06-023.mspx users will be able to get in the applicationIs there a way to use rad ajax in a way so older vesions of jscrit.dll files will support it?Does Atlas work with older versions of jscript.dll files?I will be more than happy to send some screen shots ( to whoever is interested ) with the errors our users are gettingThanks !!!
Liked this question? Tell your friends about it

Answers

Staff

First, it would be helpful to get some screenshots and/or the text of the error these browsers are getting.

It might be the JavaScript version, but it might also be the browser's document model (the API of the browser) that is less functional than newer version of Internet Explorer.

As far as I could dig from the various forums of AJAX.NET (formerly Atlas) it should work with Internet Explorer 5.0 and above.

It might degrade itself functionality-wise due to the old version of the browser but it should work.

One must do what one must do

Related Questions

Other people asked questions on similar topics, check out the answers they received:

Asked: About ajax...

Can someone please explain me what is this Ajax thing all about?

Asked: Ajax Hot Water Boilers

I would appreciate any information about fires caused by,or connected with, Ajax hot water boilers.

Asked: How to pass html tags with AJAX?

When trying to post regular strings as "abc" with xmlhttp.send everything works fine. But when the string includes html tags (e.g xmlhttp.send("<h1>abc</h1>")) - the data is not being passed to the ...