Home » Guides Advanced Article

HOWTO Make Yahoo! Web Service REST Calls with JavaScript and XMLHttpRequest

4.0/5.0 (1 votes total)
Rate:

Yahoo! Developer Network
February 09, 2006


Yahoo! Developer Network
Yahoo! Developer Network has written 1 articles for JavaScriptSearch.
View all articles by Yahoo! Developer Network...

AJAX web applications are all the rage these days, and one important aspect of AJAX (the "A" and, depending who you ask, the "X") is a mechanism of making asynchronous connections from the back end of a web application with an object called XMLHttpRequest (XMLHTTP for Internet Explorer). This request is used to retrieve XML or other data from web services such as those provided by us here at Yahoo!. In this HOWTO you'll learn how to make web service requests to Yahoo! Web Services with JavaScript and the XMLHttpRequest object. This page contains these sections:

This HOWTO uses the code contained in Yahoo! Search Web Services REST request, a sample created for the Yahoo! Developer Network JavaScript Developer Center.


Add commentAdd comment (Comments: 0)  

Advertisement

Partners

Related Resources

Other Resources

arrow