AJAX
From Hak5
AJAX provides the ability to interact with a server using XML data. AJAX is possible because of the leading browsers now offering objects that can make independent XML HTTP requests. Internet Explorer 5 and later offer an XMLHTTP object while Mozilla based browsers provide an XMLHttpRequest object. Both these objects offer essentially the same ability to request XML data from a server and process the data in a similar fashion. The server-side Ajax component can be in any technology providing XML can be delivered dynamically. Any dynamic Web technology ranging from PHP to servlets can serve as an Ajax server.
| Discussed in... | ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||




