kj2w
04-02-2003, 12:56 PM
I have a select list that has 2 options like this:
<select name="test">
<option>ABC</option>
<option>DEF</option>
</select>
How can I remove one of the options? Could I do it like: document.all.test.selectedOption.delete?
jason
<select name="test">
<option>ABC</option>
<option>DEF</option>
</select>
How can I remove one of the options? Could I do it like: document.all.test.selectedOption.delete?
jason