摘要
Abstract
Ajax is shorthand for Asynchronous JavaScript and XML, and is a client-side technology. Ajax could send asynchronous request using XMLHttpRequest , analyses data from Server and display the results on the Web page. This article is compared Ajax's interaction model with classic Web interaction model, and using an ex-ample to illustrate the principles and processes that how the XMLHttpRequest object communicated with Server.关键词
Ajax/JavaScript/XML/Web/XMLHttpRequest/异步交互Key words
Ajax/JavaScript/XML/Web/XML Http Request/Asynchronous Interaction分类
信息技术与安全科学