| |
tincup2
Posts: 2
Score: 0
Joined: 7/3/2004
From:
Status: offline
|
I have a multipage (asp/vbscript/html) form in which I am passing a checkbox input across each page to reach the final form at the end where a list of check boxes from the previous pages must be checked according the the checkbox state from the previous pages. I am doing this using a input type hidden on each pages form submission to the next page. Then I just read the variable on the next page using request.form(variable). All of this seems to be working just fine except that the check box on the final form is not being rechecked. It seems that for some reason when the passed checkbox value of "yes" is actually being passed as "yes," and thereforr the checkbox read on the last page doesn't recognize the the value as true because if this "," included in the value. My question is where is the comma coming from and how do I eliminate it?
|
|