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)
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)
I think what you want is <select multiple size = "1">