Interviewer And Interviewee Guide

AJAX Interview Question:

How do we get the XMLHttpRequest object in AJAX?

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

Read Online AJAX Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.