A admin Administrator Staff member Aug 22, 2008 #1 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
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