How do we get the XMLHttpRequest object in AJAX?
Submitted by: AdministratorDepending upon the browser...
if (window.ActiveXObject)
{
// Internet Explorer http_request = new ActiveXObject("Microsoft.XMLHTTP");
}
else if.
Submitted by: Administrator
if (window.ActiveXObject)
{
// Internet Explorer http_request = new ActiveXObject("Microsoft.XMLHTTP");
}
else if.
Submitted by: Administrator
Read Online AJAX Job Interview Questions And Answers
Top AJAX Questions
☺ | Are there any frameworks available to help speedup development with AJAX? |
☺ | Why does HTML_AJAX hang on some server installs? |
☺ | Are there Usability Issues with AJAX? |
☺ | How do we create a thread to do AJAX polling? |
☺ | How do I test my AJAX code? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |