November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLSelectElement.remove( ) — remove an <option>
DOM Level 1 HTML
void remove(long index);index
The position within the options array of the
<option> element to be removed.
This method removes the <option> element at
the specified position in the options array. If
the specified index is less than zero or
greater than or equal to the number of options, the remove( ) method ignores it and does nothing.
Select object in the client-side reference section