AJAX ( Asynchronous JavaScript And XML)Ajax is an acronym for Asynchronous JavaScript And XML.
Ajax is not a new programming language, but simply a new technique for creating better, faster, and more interactive web applications.
Ajax uses JavaScript to send and receive data between a web browser and a web server.
The Ajax technique makes web pages more responsive by exchanging data with the web server behind the scenes, instead of reloading an entire web page each time a user makes a change.
Ajax Is A Browser Technology
Ajax is a technology that runs in your browser. It uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.The technology makes Internet applications smaller, faster and more user friendly.
|