[thelist] Request.Form() value not correct

Zhang, Lingling lingz at cs.umd.edu
Sun Jan 4 22:44:32 CST 2004


Hi,

I have encountered a problem where the value I got from Request.Form() is not
the same as the value I set in the form. The code is as follows:

<FORM action="dbentry.asp" method="post">
...
<input type=hidden name="deleteIndividualID" value="">
...
form.deleteIndividualID.value = "ER11111111";
...

Then in dbentry.asp, the value I got from Request.Form("deleteIndividualID") is
"ER11111111,". Notice the comma in the end. 

What could go wrong? Please help!

Thanks,
Lingling


More information about the thelist mailing list