[thelist] Length of ASP request.form object

David at softv.net David at softv.net
Fri Feb 22 09:48:00 CST 2002


Dim i
Dim item

For Each item In Request.Form
	Response.Write item.name & " " & item.value
	i = i + 1
Next

Response.Write i & " items"

That should give you the total count of objects in the Form collection
(something like that)...




More information about the thelist mailing list