neeki4444 0 Report post Posted September 1, 2004 This little code will disable the select option in a drop down menu, sometimes people like to add titles to their menu.insted of <select><option> Pick One </option><option value="232"> Choise 1 < /option></select>try<select><optgroup label="Pick One" title="Pick"><option value="232"> Choise 1 < /option></optgroup></select>with optgroup users can't select Pick One, it is just use as a title Share this post Link to post Share on other sites
andrewsmithy 1 Report post Posted March 18, 2005 True, but if you want to put some form of javascript or cgi, php, jsp error checking mechanism it works just as good. Share this post Link to post Share on other sites