xmlhttprequest-states

Jquery ajax getting the XMLHttpRequest state

Instead of the typical "Loading..." or animated gif, I want to display a better description of what is going on. (Kind of like what some splash screens do for applications). However, glancing at the Jquery documentation there doesn't seem to be a way to get the change in the XMLHttpRequest state. What I would like to do is something li...

XmlHttp: How to get the actual statusText from an msxml.xmlhttp object?

A web-server is returning a status code and description in response to a request by an XmlHttp component. The actual status response from the server begins with: HTTP/1.1 400 Not a valid http POST request which i can see in though a Fiddler trace: But when i ask the xmlHttp request for the status and statusText, it shows me the "st...