Removes an element from the collection of OPTION elements for this SELECT.

[VBScript]
Public Function Remove( _
   ByVal index As Integer _
)
[JScript]
public function Remove(
   index : Integer
);

Parameters

index
The zero-based index or the element to be removed.

See Also

HTMLSelectElement Object | HTMLSelectElement Members | DOM Namespace