How should you complete the relevant code?

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.)

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:



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Trupti

Trupti

callback.call(httpRequest.responseXML);

processResults(this);