Syntax

Parameters

Examples

Consider the following HTML page which contains a form to collect data. On the target page, results.asp, you can use the Request.Form Collection to collect the information passed in the Request headers. In the following example, if you were interested in looping through all of the form elements and capturing the associated values, you can use this sample code: The results may look like this: Here are some additional examples, and the associated result. Once you understand how to access the variable or variables submitted using a form, the next step is to determine what to do with those values. You may use that information to look up product information stored in a database, or send an email message to a user.