Microsoft XML SDK 2.6 - XML Reference

abort Method (XMLHttpRequest)

Cancels the current HTTP request.

oXMLHttpRequest.abort()

Remarks

The object will be returned to the UNINITIALIZED state, and open must be called next.

See Also

readyState Property

Applies To: XMLHttpRequest Object