PETTE Posted July 20, 2009 Share Posted July 20, 2009 Which browsers surpport Ajax. Or do all surpport Ajax. Planning on adding Ajax to my websites but not sure wheather it's the best option. Quote Link to comment Share on other sites More sharing options...
trq Posted July 20, 2009 Share Posted July 20, 2009 Any browser that supports Javascript. Ajax is a technology as such, more a methodology. Quote Link to comment Share on other sites More sharing options...
ldougherty Posted July 20, 2009 Share Posted July 20, 2009 http://www.tutorialspoint.com/ajax/ajax_browser_support.htm All the available browsers can not support AJAX. Here is the list of major browsers which support AJAX. * Mozilla Firefox 1.0 and above * Netscape version 7.1 and above * Apple Safari 1.2 and above. * Microsoft Internet Exporer 5 and above * Konqueror * Opera 7.6 and above So now when you write your application then you would have to take care of the browsers who do not support AJAX. NOTE: When we are saying that browser does not support AJAX it simply means that browser does not support creation of Javascript object XMLHttpRequest object. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.