vanillapod
MIS
Hi, i have virtually no experience of javascript so could do with some help!
I have an asp which lists clients from a database. Anyway next to each client there is a checkbox. Basically I need to be able to have the forms submit button disabled until all of the checkboxes on the page have been checked / selected.
I've seen posts of how one checkbox being clicked can enable a submit button but none to make sure all are checked b4 enabling it. The number of clients listed on the page varies although i guess i can use the number of rows returned in the recordset to determine how many checkboxes there are on the page?
Cheers
I have an asp which lists clients from a database. Anyway next to each client there is a checkbox. Basically I need to be able to have the forms submit button disabled until all of the checkboxes on the page have been checked / selected.
I've seen posts of how one checkbox being clicked can enable a submit button but none to make sure all are checked b4 enabling it. The number of clients listed on the page varies although i guess i can use the number of rows returned in the recordset to determine how many checkboxes there are on the page?
Cheers