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
☺ | What Browsers does HTML_AJAX work with? |
☺ | How do we create a thread to do AJAX polling? |
☺ | How do I submit a form or a part of a form without a page refresh? |
☺ | Does this mean Adaptive Path is anti-Flash? |
☺ | How do we abort the current XMLHttpRequest in AJAX? |
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. |