jacknbey
01-04-2005, 03:11 AM
Hi,
I would like to use the request.form function to retrieve a POSTED data.
The issue is that the KEY of the POSTED data is an variable.
Normally you see this:-
value = request.form("FirstName")
in my case you will see this:-
DIM Firstname
value = request.form(FirstName)
won't work because FirstName is a variable
How can I make it work?
Regards.
I would like to use the request.form function to retrieve a POSTED data.
The issue is that the KEY of the POSTED data is an variable.
Normally you see this:-
value = request.form("FirstName")
in my case you will see this:-
DIM Firstname
value = request.form(FirstName)
won't work because FirstName is a variable
How can I make it work?
Regards.