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. Link to comment https://forums.phpfreaks.com/topic/166714-which-browsers-surpport-ajax/ 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. Link to comment https://forums.phpfreaks.com/topic/166714-which-browsers-surpport-ajax/#findComment-879102 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. Link to comment https://forums.phpfreaks.com/topic/166714-which-browsers-surpport-ajax/#findComment-879103 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.