responseText - property of the HttpRequest object
Description:
Represents the message body as text.
Syntax:
String responseText
Note:
Property access for read only.
Example1:
JavaScriptVBScriptSelect and copy to clipboard
sString = oReq.responseText;
sString = oReq.responseText