How can I get the selected items from a <select multiple> Example:
<form method=post action=do_it.pl> <SELECT multiple size="7" name="component-select"> <OPTION name="first" selected value="Component_1_a">Selected Component_1</OPTION> <OPTION name="second">Component_3</OPTION> <OPTION name="third">Component_4</OPTION> </SELECT> <input type=submit value="Show_me"> </form> Vincent -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]