|
no, ajax is asynchronous javascript and xml. the xhr object as it is called or xmlhttprequest for those who would spell it out. is the main player. while it is true that the xhr object must be instantiated through activex in ie6 and previous, opera, safari, mozilla and ie7+ use XMLHttpRequest() to instantiate instances of the xhr object, thus giving it full in language support. and while this "foreign" object is doing work for you, the manipulations on it are what is key, since all of these are done through javascript and measures have been taken to integrate it more fully with the language itself. the xhr object may be considered to be part of javascript (or at least an extension api almost). also note that the instantiation of the xhr object through the activex api will be deprecated (and soon) as far as web side things go, so referring to an activex control as the ajax engine may be true (for a very small portion of the current web browsers) for now, in the bigger scope of things, considering ajax in this fashion will only be detrimental
__________________
-Mike
"Want me to precludify him, like some kind of dispatcherator?... Can do!" -Bender
|