responseText property
Retrieves the response body as a string.
Syntax
| JavaScript | |
|---|
Property values
Type: String
The response body.
Standards information
- XMLHttpRequest, Section 3.7.6
Remarks
responseText was introduced in Windows Internet Explorer 7.
See also
- XDomainRequest
- XMLHttpRequest
- Reference
- responseBody
- responseXML
Show: