Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

httpObject interpretations

Status
Not open for further replies.

kensington45

Technical User
Jun 26, 2008
9
0
0
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top