PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 1D0-635 (update August 1st, 2014)

Exam 1D0-635: CIW JavaScript Specialist (update August 1st, 2014)

Which line of code initializes the XMLHttpRequest object?

Consider the following code fragment, which sets up the retrieval of an XML document named
fish.xml and calls a function named showFish(): var xmlhttp = new XMLHttpRequest();
xmlhttp.open(“GET”, “fish.xml”, true); xmlhttp.onreadystatechange = showFish(); xmlhttp.send();
Which line of code initializes the XMLHttpRequest object?


Page 1 of 612345...Last »