Retrieves the response body as a string.
Syntax
[ sBody = ] object.responseText
Possible Values
| sBody | String that
receives the response body. |
The property is read-only.
The property has no default value.
Remarks
responseText was introduced in Windows Internet Explorer 7.
Standards Information
This property is defined in
The XMLHttpRequest Object (W3C Working Draft)
.
Applies To
See Also