Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: add a checkbox in drop down list item


Message #1 by "T.Gopalakrishnan" <tgk26@r...> on Mon, 17 Feb 2003 07:22:06
	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.

  Return to Index