kensington45
Technical User
- Jun 26, 2008
- 9
I am trying to understand the below object:
var http = getHTTPObject(); // Create the XMLHTTPRequest Object
http.readyState = readyState represents what?
http.status = status of readyState?
http.onreadystatechange = is response status?
http.send(null); this method passes null argument to what?
var http = getHTTPObject(); // Create the XMLHTTPRequest Object
http.readyState = readyState represents what?
http.status = status of readyState?
http.onreadystatechange = is response status?
http.send(null); this method passes null argument to what?