AJAX = Asynchronous JavaScript and XML...
Posted by amaronline in
AJAX,
Web Guide on 05 23rd, 2009 |
1 Comment
AJAX is not a new programming language, but a new technique for creating better, faster, and more interactive web applications.
With AJAX, a JavaScript can communicate directly with the server, with the XMLHttpRequest object. With this object, a JavaScript can trade data with a web server, without...