MCQs>IT & Programming>Ajax MCQs>What is the JavaScript syntax for generating an XML HTTP request object and assigning it to the "xhr" variable? Consider only modern browsers, plus IE7 and above.
Ajax MCQs
What is the JavaScript syntax for generating an XML HTTP request object and assigning it to the "xhr" variable? Consider only modern browsers, plus IE7 and above.
Answer
Correct Answer: var xhr = new XMLHttpRequest();
Explanation:
Note: This Question is unanswered, help us to find answer for this one