Check Box in Drop Down list
Posted: Tue Jun 27, 2006 7:01 pm
Does anyone know how to create a drop down list with check box? I've the following code and need to add the check box next to each item. Please post some tips.
Code: Select all
SELECT NAME="animals">
<OPTION VALUE="d">dog
<OPTION VALUE="c">cat
<OPTION VALUE="s">spider
</SELECT>