HOTSPOT You implement a callback function by using JavaScript. You need to process the returned XML data. How should you complete the relevant code? (To answer, select the appropriate option from each drop-down list in the answer area.)
Answer:
One Comment on “How should you complete the relevant code?”
callback.call(httpRequest.responseXML);
processResults(this);
1
0