I would like to create a drop down menu that allows a user to select multiple items. Then my Perl CGI page will do something with each of the items selected. Ideally this drop down menu will be a scrolling list of items.

Is there something out there that does this?

The other option is to have JavaScript pop up a box of that contains a scrolling list of items. The user then may select many items in the list. My Perl CGI page will do something with each item selected.

Thank you,

Ryan