Microsoft XML, v6.0, and creates a MSXML2.XMLHTTP object.
I used the clsXMLHttpMonitor example from this page as a starting-off point.
How can I access the response text when readyState = 3?responseStream is either empty or "non-readable".(3) INTERACTIVE Some data has been received. Calling the responseBody and responseText properties at this state to obtain partial results will return an error, because status and response headers are not fully available.In other words, the underlying data request is in progress, but not yet complete so the XML object can't be properly parsed, so isn't yet available. Presumably this fires periodically as the content downloads (in case you want to, I don't know, show a progress bar). Ignore it, and wait for ready state 4, at which point responseText/responseBody are available.
You are not logged in, either login or create an account to post comments
"The data necessary to complete this operation is not yet available."
posted by jozxyqk at 11:36 AM on January 8