
July 30th, 2003, 09:05 AM
|
|
Moderator
|
|
Join Date: Jun 2002
Location: Raleigh, NC
|
|
|
If you mean how to let a user select more than one element, use <select name="" multiple></select>. If you mean you want an option that says "all", you can set the value equal to a comma-delimited list containing all of the values used in the select box.
|