AnaFyr
11-27-2003, 01:32 AM
Hi y'all...
I'm currently testing transactions, and need to see the Form collections Name/Value pairs being sent to the server.
How can I command the script to show me the collection?
I thought it was:
Dim CollectionVariable
CollectionVariable = Request.Form ().Count
Response.Write CollectionVariable
This returns the number of elements in the Form collection; but I want to see those elements.
I want to create a For loop to go thru the Form collection and Response.Write those results to the page.
What am I doing wrong?
Help!
I'm currently testing transactions, and need to see the Form collections Name/Value pairs being sent to the server.
How can I command the script to show me the collection?
I thought it was:
Dim CollectionVariable
CollectionVariable = Request.Form ().Count
Response.Write CollectionVariable
This returns the number of elements in the Form collection; but I want to see those elements.
I want to create a For loop to go thru the Form collection and Response.Write those results to the page.
What am I doing wrong?
Help!