Saved Bookmarks
| 1. |
Why is Ajax called Asynchronous JavaScript and XML? |
|
Answer» AJAX allows web pages to be modified asynchronously. It COMBINES several PROGRAMMING tools primarily JavaScript, EXTENSIBLE Markup Language – XML, dynamic HTML, CSS, DOM and XMLHttpRequest. This suggests the name AJAX here. |
|