Removes an element from the collection.
Syntax
object.remove(iIndex)
Parameters
| iIndex | 
Required.
Integer爐hat specifies the zero-based index of the element to remove from the collection. | 
Return Value
No return value.
Standards Information
This method is defined in 
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 
.
Applies To
See Also
add