Originally posted by Andrew Eccleston:
Try the "optgroup" element. View the spec .
andrew
This sounds like an excellent idea. In the following example --
**************
<OPTGROUP label="PortMaster 3">
<OPTION label="3.7.1" value="pm3_3.7.1">PortMaster 3 with ComOS 3.7.1</OPTION>
<OPTION label="3.7" value="pm3_3.7">PortMaster 3 with ComOS 3.7</OPTION>
<OPTION label="3.5" value="pm3_3.5">PortMaster 3 with ComOS 3.5</OPTION>
</OPTGROUP>
**************
Can I omit the "label=" for the <OPTION> tag ? I know "value" is useful for future information retrieval. Is "label" important ? Of course, it seems to be essential for <OPTGROUP>, but is it eseential for <OPTION> ?