Question about dynamically changing the options in a select

admin

Administrator
Staff member
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
 
Back
Top