Nope, unless, of course, you make your own select list. What do you
want to do exactly? You need the possibility to choose multiple item
from
the list? If yes, add an attribute named multiple to your select
element :
<select multiple ...>
<option>......
...
</select>
> -----Message d'origine-----
> De : T.Gopalakrishnan [mailto:tgk26@r...]
> Envoy=C3=A9 : lundi 17 f=C3=A9vrier 2003 08:22
> =C3=80 : javascript
> Objet : [javascript] add a checkbox in drop down list item
>
>
> Can i add a checkbox in drop down list item?
> Thanks,
> gopal.