How to get value of checkbox in classic asp?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aslam Shah
    New Member
    • Dec 2010
    • 7

    How to get value of checkbox in classic asp?

    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("c heckbox").. but i can't get their VALUE instead i get only ON or OFF
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Check out the insights section and look for an article called "dealing with checkboxes" by markrawlingson. If this doesn't answer your question, please post again.

    Jared

    Comment

    Working...