The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: