Script Output:
Pick your favorite teams (hold down CTRL to select more than one):
This sample has a little smattering of an HTML lesson in it. The
topic at hand is how to let users select multiple items from a
pull-down list. The above code should show you how to accomplish
this relatively easily, but to keep this sample on topic I've
added a tip that should help you be able to deal with the values
returned to your ASP script when someone actually does make
multiple selections... the VBScript Split function!
It's an extremely useful yet underused function... hopefully this
sample will not only help you from the HTML multiple selection
side of things, but will also open some eyes to one of the most
powerful VBScript string manipulation functions.