AJAX IS Asynchronous JavaScript And XML. AJAX is a misleading name. AJAX applications might use XML to transport data, but it is equally common to transport data as plain text or JSON text.
AJAX just uses a combination of:
- A browser built-in XMLHttpRequest object
- JavaScript(to (pre)proecess data recved) and HTML DOM (to display updated data)
see AJAX_example for detail.
No comments:
Post a Comment