Results 1 - 2 of 2

Using XMLHttpRequest

XMLHttpRequest makes sending HTTP requests very easy.  You simply create an instance of the object, open a URL, and send the request.  The HTTP status of the result, as well as the result's contents, are available in the request object when the transaction is completed. This page outlines some of the common, and even slightly obscure, use cases for this powerful JavaScript object.
Advanced AJAX AJAXfile DOM JXON MakeBrowserAgnostic NeedsCompatTable XML XMLHttpRequest