markshen2004
Programmer
I have a drop-down menu that like this.
<select name="select">
<option>Group A</option>
<option value="1">John</option>
<option value="2">Tom</option>
<option>Group B</option>
<option value="3">Jim</option>
<option value="4">Rob</option>
</select>
I do not like people to select Groupa,Group B option .they only used for description and do not have value to pass to next page.
Please give me a idea to protect them being selected.
Thanks for help
<select name="select">
<option>Group A</option>
<option value="1">John</option>
<option value="2">Tom</option>
<option>Group B</option>
<option value="3">Jim</option>
<option value="4">Rob</option>
</select>
I do not like people to select Groupa,Group B option .they only used for description and do not have value to pass to next page.
Please give me a idea to protect them being selected.
Thanks for help