esthera
12-30-2005, 07:51 AM
i'm workign through a complicated validation but need help....first i'm going to try to pinpoint the exact issues and if that doesn't work i'll post my code completely...
I have a checkbox called sessiona -- how can i check that this checkbox was checked. (any of the sessiona checkboxes) (I know I have done this before and can search this one but I have my second question so I figured i'll ask both..sorry!)
How can I get the number of checkboxes checked --
I tried theForm.sessiona.length but it seems to be returning the value of the chekcbox checked and not the number of checkboxes checked.
I have a checkbox called sessiona -- how can i check that this checkbox was checked. (any of the sessiona checkboxes) (I know I have done this before and can search this one but I have my second question so I figured i'll ask both..sorry!)
How can I get the number of checkboxes checked --
I tried theForm.sessiona.length but it seems to be returning the value of the chekcbox checked and not the number of checkboxes checked.