Thursday, October 16, 2008

Using XMLHttpRequest

Using XMLHttpRequest - MDC: "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 transation is completed."