Define Ajax with suitable Example
| From my point of view Ajax is not a language but its just a way to devlop faster, extreame ,user friendly reliable web application using existing standards.now the question arise what Ajax is what its base. Ajax is based on Javascript and HTTP request. Becasue Ajax comes from Asynchronous Javscript and Xml. Ajax uses Javascript to send and recieve data between a web browser and a web server.Its exchange the data with the server behind the scene. we can asl | |
| o says Ajax is web browser technology and platform independent.The technique that's use by Ajax is makes its simple and take data from server without reload the whole page only just get data from server by sending HTTP requests and change the only part of web page using Javascript after getting data from server.Ajax application runs with web browser and with Xml support . Internet Explorer and Mozilla firfox have complete helps and running environment for Ajax application.Before creating a Ajax Web Application we have to take the Knowledge XMLHttpRequest oject.XMLHttpRequest object is browser dependent
Note: (1)Internet Explorer uses an ActiveXObject (2)Other Browser use XMLHttpRequest. | |
