Working with AJAX and DOM

12.23.05 - This week I have been building test applications in AJAX (Asynchronous JavaScript and XML). AJAX is very simular to Microsoft’s Remote Scripting. The biggest feature is the XMLHttpRequest object in JavaScript which handles communication between the client and AJAX engine.

Leave a Reply