Does ajax have the same meaning as xmlhttprequest?
Answer / Pankaj Gautam
XMLHttpRequest (XHR) is a method used by AJAX to communicate with servers. It's not the same as AJAX, but it is a crucial part of implementing AJAX functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the tools for debugging ajax applications?
Is it possible to use fileupload control within the update panel?
Is it true that a xmlhttprequest objects belongs to the w3c standard?
In ajax does the client or the sever have the control?
Is adaptive path selling ajax components or trademarking the name? Where can I download it?
When will html_ajax have a stable release?
How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
Is javascript knowledge is required to do Ajax?
What is AJAX Framework?
What are the common problems (errors) you get while implementing AJAX?
What is AJAX Control Extender Toolkit?
How do I access data from other domains to create a mashup with java?