- ”; Obtain the node list of the Result elements in the Web Service response using the getElementsByTagName() method Each of the Result elements contains a web page returned by the Web Service 214 10 Web Search with Ajax var resultList=xmlMessage.getElementsByTagName(“Result”); Iterate over the result set to construct the HTML string to update the web page with We shall display the web page title, the URL to the web page and a summary of the web page var len =resultList.length; for(var i=0; i