您的位置:寻梦网首页编程乐园DHTML网页制作完全手册

remove Method

Internet Development Index

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 Non-Microsoft link.

Applies To

areas, controlRange, options, SELECT

See Also

add