Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Syntax: ASP Request Object Form Collection

Request.Form(element)[(index)|.Count] 
Parameters: ASP Request Object Form Collection

element

Specifies the name of the form element from which the collection is to retrieve values.

index

An optional parameter that enables you to access one of multiple values for a parameter. It can be any integer in the range 1 to Count.



ContentsPreviousNextIndex