• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
AJAX
Asynchronous JavaScript And XML
 
2
INTRODUCTION
AJAX stands for Asynchronous JavaScript And XML.AJAX is a type of programming made popular in 2005 by Google (withGoogle Suggest).AJAX is not a new programming language, but a technique for creatingbetter, faster, and more interactive web applications.With AJAX you can create better, faster, and more user-friendly webapplications.AJAX is based on JavaScript and HTTP requests.AJAX is a browser technology independent of web server software.AJAX applications are browser and platform independent.
 
3
How does AJAX work?
Pre-requisite:
 –HTML/XHTML –Javascript
AJAX uses asynchronous data transfer (HTTP requests)between the browser and the web server, allowing webpages to request small bits of information from the server instead of whole pages.JavaScript communicates directly with the server,through the JavaScript
XMLHttpRequest
object
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...