Suppose you are writing JavaScript code to send an asynchronous GET request to the action.pl file on the server. You hav
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Suppose you are writing JavaScript code to send an asynchronous GET request to the action.pl file on the server. You hav
Suppose you are writing JavaScript code to send an asynchronous GET request to the action.pl file on the server. You have instantiated an XHR object and saved it to the variable httpReq. Which statement should you use to begin the request? httpReq.open("get", "action.pl&id=41088"); httpReq.XMLHttpRequest("get", "action.pl&id=41088"); httpReq.send ("get", "action.pl&id=41088"); httpReq.send(null);
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!