Interview Questions

How do I get the XMLHttpRequest object?

AJAX Questions and Answers


(Continued from previous question...)

How do I get the XMLHttpRequest object?

Depending upon the browser... if (window.ActiveXObject) { // Internet Explorer http_request = new ActiveXObject("Microsoft.XMLHTTP"); } else if...

(Continued on next question...)

Other Interview Questions