Explain about the readystate property?

January 27, 2012

Readystate property holds the response of the server to the query generated from the client side. Each time the readystate property changes onreadystatechange function will be executed. Some of the values for the readystate property are as follows if the status is zero the request is not initialized, 1 the request has been set up, 2 the request has been sent, 3 the request is in process, 4 the request is complete.

Related Interview Questions:

  1. Explain about the onreadystatechange property?
  2. How is a property designated as read-only?
  3. Explain How is a property designated as read-only?
  4. _____ is the property to ___,____,____ are valid for recordsource property of dat control.
  5. How does a servlet communicate with a JSP page?

Leave a Comment

Previous post:

Next post: