Forum Moderators: open

Message Too Old, No Replies

Multiple selection of Combo Boxes

Selecting by prssing down control Key

         

jbhavin

9:28 am on Jul 7, 2004 (gmt 0)

10+ Year Member



I want to select mutliple option from a combo box pressing down control key..

it can be done by listbox, bnut cani give listbox look of combo?

coopster

2:53 pm on Jul 7, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I'm a bit confused by your question...what type of combo boxes are referring to? Are you referring to an <input type=" checkbox" [w3.org]? If so, several checkboxes in a form may share the same control name which allow users to select several values for the same property.

AWildman

4:05 pm on Jul 7, 2004 (gmt 0)

10+ Year Member



I think what you want is <select multiple size = "1">