After the onload event has occurred, responseText contains the complete server response.
Overview Table Synchronous No Bubbles No Target dom/Element Cancelable No Default action## Examples
Setting the onload property.
function loadd()
{
alert("XDR onload");
alert("Got: " + xdr.responseText);
}
...
xdr.onload = loadd;
Notes Remarks
After the onload event has occurred, responseText contains the complete server response. To invoke this event, do one of the following:
This method has no parameters.
See also Related pagesXDomainRequest
Reference
Conceptual
XMLHttpRequest Enhancements in Internet Explorer 8
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4