AJAX :- Asynchronous JavaScript & XML.
- AJAX is not programing language,but a technique for creating better, faster & more interaction web application.
- with AJAX, your Java script can communicate directly with the server , using the java script XML HTTP request object.With this object, your javascript can trade data with a web server without reloading the page.
- The AJAX techniques makes internet application smaller, faster, & more user friendly.
- AJAX is a browser technology independent of web server software.
- AJAX is based on the following web standards:-
- Java script
- XML
- HTML
- CSS
AJAX- The HTTP Request object:-( The on ready state change property)
- After a request to the server, we need a function that can receive the data that is returned by the server.
- The on ready state change property stores your function that will process the response from a server.This is not a method the function is stored in the property to be called automatically.
- The ready state property holds the status of the server's response.Each time the ready state change the on ready state change function will be executed.
With AJAX internet application can be made richer & more user friendly..
No comments:
Post a Comment