What is the name of object used for AJAX request?



What is the name of object used for AJAX request?..

Answer / v madhu babu

XmlHttpRequest object is used for Ajax requests.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

What do I do on the server to interact with an ajax client?

0 Answers  


How Ajax objects can be created?

1 Answers  


What is the role of scriptmanager in ajax?

0 Answers  


What are asp.net ajax 4.0 validation controls?

0 Answers  


What is synchronous request in ajax?

0 Answers  






Is ajax built into javascript?

0 Answers  


Why do we use the xmlhttprequest object in ajax? : asp.net ajax

0 Answers  


Why is html_ajax having stability issues on some installations?

0 Answers  


What meaning has asp.net ajax?

0 Answers  


How do you know that an ajax request has completed?

0 Answers  


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?

2 Answers  


What is an ajax request?

0 Answers  


Categories