| | The whole base behind AJAX is the XMLHTTPRequest() JavaScript object (implemented in almost every browser aside from IE, in which case you use an ActiveX object, which I think is MSXML.XMLHTTPRequest). You need a fairly good understanding of JavaScript and the XMLHTTPRequset() object before you can really make an AJAX app. See this article on IBM's web site for more on developing AJAX apps. |



