| Author |
Ajax compatibility
|
Eric Gero
Ranch Hand
Joined: Jul 20, 2005
Posts: 73
|
|
Hi, Is Ajax compatible with all browsers, or does the browsers acceptance of JavaScript determine where Ajax can be used?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56549
|
|
Almost all of the mainstream modern browsers support Ajax in one form or another. The Gecko-based browsers, along with Safari (and I think lately, Opera) support Ajax through a native Javascript XMLHttpRequest object. IE uses an ActiveX object. And of course, any browser that supports iframes can use "iframe variant" of Ajax. [ November 15, 2005: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Ajax compatibility
|
|
|