AJAX - Technologies used in AJAX, Technologies behind the scene In AJAX


AJAX - Technologies used in AJAX, Technologies behind the scene In AJAX





As we have discussed the AJAX is not a new technology, it is used existing technologies for achieve the task.

The technologies used in AJAX as follows-

JavaScript- The JavaScript is a loosely typed language, there is no data types but it is an event driven language. The JavaScript is used to make the request to the server and display the content which is response back to the client. The DOM is very useful for this technology.

CSS- The CSS is used to make the presentation layer for AJAX. It is used to to separate and styles the Controls. These controls can be dynamically change by the JavaScript.

XMLHttpRequest- The XmlHttpRequest is used to interact to the server for making request and response. 

{ 0 comments... read them below or add one }

Post a Comment