Consider the following code segment of an XMLHttpRequest object. Which of the following statements is incorrect? var xml

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Consider the following code segment of an XMLHttpRequest object. Which of the following statements is incorrect? var xml

Post by answerhappygod »

Consider the following code segment of an XMLHttpRequest object.Which of the following statements is incorrect?var xmlhttp;xmlhttp=new XMLHttpRequest();xmlhttp.open("GET","test.xml",true);
options:
1. This xmlhttp.open call is an AJAX function call.
2. This xmlhttp.open call uses GET (versus POST).
3. This xmlhttp.open call sends an asynchronous request
4. This xmlhttp.open call is to get a file named test.xml fromthe server
5. This xmlhttp.open call uses simple XML http parser.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply