Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Select Option in Dropdown? 1

Status
Not open for further replies.

nuVBer

Programmer
Jul 6, 2001
63
US
Is it possible for me to create a dropdown selection that a user will be able to make multiple selections rather that just a single selection? I'm using the HTML dropdown, but it appears to allow only a single selection value. I want it to allow as many selections as the user wants to pass this to another asp page.
 
Here it is

<select multiple size=4>
<option>...
</select>

________
George, M
 
OK, so in the sample you supplied, this would allow up to 4 selections?
 
No, size reprezents how many cols will have the select window, works like rows attribute from textarea tag.

________
George, M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top