What is a request object?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a request object?
Rating:
A request object is created when a client submits data through a form. For every client only one request object is available. The objects in the form have unique names. When the form is submitted, the values of the named objects are assigned to the request object. The data in the hidden objects of the form object is also submitted.
Rating:
Was this information helpful?
Other articles
- What is the opener property?
- What is a Document Object Model?
- What is the hash property?
- Functions, Global Functions, and Custom Objects.
- What is the encoding property?