OptionsArray.remove() (Method)

Removes an option from the collection belonging to a select popup object.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IEmyOptionsArray.remove(anIndex)
Argument list:anIndexA zero-based index into the collection

This should affect the display causing the popup at least to be refreshed. Manipulating the popup contents in this way may be useful and is particularly appropriate if you have two popups, one of which is a secondary selector whose available choices depend on the settings of the first.