cVz 19 Junior Poster

HI there.

We are currently creating a page which contains
(a) 10 Check Boxes
(b) for each check box there is a radio button list with 10 values.


What we want to achieve is the following
When e.g. The first checkbox is checked, the forst radio button list should be made enabled with script - this has been achieved.

However, lets say they check the first 3 check boxes, the first 3 radio buttton lists should then be made enabled, which works fine, but now i want to limit the users raning to 3 instead of 10, and also not to allow the user to rate a rating of say 1 twice, meaning that the user must rate in numerical order say 1 , 3 , 2 - not 1, 1 , 2 or 3, 3 ,2 ...

How could i do this in JavaScript ?

regards,