Answers

Question and Answer:

  Home  AJAX

⟩ How do we get the XMLHttpRequest object in AJAX?

Depending upon the browser...

if (window.ActiveXObject)

{

// Internet Explorer http_request = new ActiveXObject("Microsoft.XMLHTTP");

}

else if.

 150 views

More Questions for you: