ColdFusion, AJAX and web...
<select>
<optgroup label="Group 1">
<option value="1">Item 1</option>
<option value="2">Item 2</option>
</optgroup>
<optgroup label="Group 2">
<option value="3">Item 3</option>
<option value="4">Item 4</option>
</optgroup>
</select>
thats funny, I have never even heard of the tag. Nice find
VERY cool. never in my 11 years have i heard of that one...
good find!
tony
I found it in some code at work, so I can't claim responsibility for finding it. But yeah, very useful.