I want to get the value of the checkbox in teh calssic asp.
my checkbox are of this format:
<input name="checkbox2" type="checkbox" id="checkbox2" value="Actin (smooth muscle) (SMA)" />
and i can't get their values.. rather then ON or OFF..
Please help
i am accessing the checkboxes in such a way:
Request.Form("checkbox").. but i can't get their VALUE instead i get only ON or OFF