onreadystatechange - property of the HttpRequest object
Description:
Specifies the function to be called, when the
readyState property is changed.
Syntax:
Void onreadystatechange
Note:
Property access for read and write.
Example1:
JavaScriptSelect and copy to clipboard
oReq.onreadystatechange = Test();