steveg
10-23-2002, 11:07 AM
Ok, now I'm not sure if this is possible but here goes -
I have a form that is being posted to a new page using the POST method.
now I need to dynamically get the values in the post into session variables.
ie
<INPUT TYPE='TEXT' NAME ='PATNO' SIZE='41' VALUE='A123'>
needs to go to
session("PATNO") = "A123"
The main problem here is that it must be totally generic because the number of posts will change and the variable names will change all the time.
any ideas would be greatly appreciated, thanks
Steve.
I have a form that is being posted to a new page using the POST method.
now I need to dynamically get the values in the post into session variables.
ie
<INPUT TYPE='TEXT' NAME ='PATNO' SIZE='41' VALUE='A123'>
needs to go to
session("PATNO") = "A123"
The main problem here is that it must be totally generic because the number of posts will change and the variable names will change all the time.
any ideas would be greatly appreciated, thanks
Steve.