AvailabilityDOM Level 1 HTML Synopsisvoid remove(long index); Arguments
DescriptionThis 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. See AlsoSelect object in the client-side reference section |