Hi
I have a form which has 10 list boxes on it, each with a select option
with values 0 to 3.
Once the user submits the form, I want to validate that only three of
the list boxes have been selected and the total value is equal to 6,
else they get an alert message.
The validation is performed on an asp page.
Would appreciate some help as I am lost with js!!
Cheers
Adam
I have a form which has 10 list boxes on it, each with a select option
with values 0 to 3.
Once the user submits the form, I want to validate that only three of
the list boxes have been selected and the total value is equal to 6,
else they get an alert message.
The validation is performed on an asp page.
Would appreciate some help as I am lost with js!!
Cheers
Adam
Comment