I am relatively new to JS and forms. I am starting to develop an application in which the user can select any number of items (from 1 to 20) on a checkbox list. Redirection depends upon how many selections were made -- one selection sends the user to Page A, two selections sends him to Page B, and so on. Is there a way to count the number of checkbox selections that were made? Any help appreciated!!