AJAX Dropdownlist
Author:
Richard Xin
AJAX (Asynchronous JavaScript and XML), is a term coined by Adative Path about 6 months ago, a term describing web development technique for creating interactive web applications using a combination of HTML, DOM/Javascript, XMLHttpRequest/XML/XSLT.
In fact, AJAX is not new technology, it has been around for many years, it used to be called Remote Scripting. Remote scripting enables browser's client-side code to exchange data with server-side code without reloading the page. With today's browser based application getting more complicated, responsiveness became more and more important, and more applications are utilizing AJAX, Google's Search Suggest and Google Maps for example.
More Tutorials
|