最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

options Collection

Internet Development Index

Retrieves a collection of the option objects in a select object.

Syntax

[ oColl = ] SELECT.options
[ oObject = ] SELECT.options(vIndex [, iSubIndex])

Possible Values

oCollArray of option objects.
oObjectReference to an individual item in the array of elements contained by the object.
vIndexRequired. Integer or string that specifies the element or collection to retrieve. If this parameter is an integer, the method returns the element in the collection at the given position, where the first element has value 0, the second has 1, and so on. If this parameter is a string and there is more than one element with the name or id property equal to the string, the method returns a collection of matching elements.
iSubIndexOptional. Position of an element to retrieve. This parameter is used when vIndex is a string. The method uses the string to construct a collection of all elements that have a name or id property equal to the string, and then retrieves from this collection the element at the position specified by iSubIndex.

Members Table

PropertyDescription
length Sets or retrieves the number of objects in a collection.
MethodDescription
add Adds an element to the areas, controlRange, or options collection.
item Retrieves an object from the all collection or various other collections.
namedItem   Retrieves an object or a collection from the specified collection.
remove Removes an element from the collection.
tags Retrieves a collection of objects that have the specified HTML tag name.
urns Retrieves a collection of all objects to which a specified behavior is attached.

Remarks

To delete an option object from a select object, assign the option object a null value. This compresses the array.

If duplicate identifiers are found, a collection of those items is returned. Collections of duplicates must be referenced subsequently by ordinal position.

Example

This example shows how to display the text and values of all option objects in the first select object in the document.

var coll = document.all.tags("SELECT");
if (coll.length>0) {
for (i=0; i< coll(0).options.length; i++)
alert("Element " + i + " is " + coll(0).options(i).text +
" and has the value " + coll(0).options(i).value);
}

Standards Information

This collection is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

SELECT
楚雄市| 西藏| 武清区| 沅江市| 株洲县| 东光县| 福泉市| 龙陵县| 邳州市| 长顺县| 辉县市| 五原县| 长寿区| 井研县| 运城市| 东乌珠穆沁旗| 宽城| 锦州市| 黑龙江省| 桂阳县| 武安市| 佛教| 衡阳县| 大理市| 工布江达县| 宁城县| 且末县| 陆良县| 惠州市| 通山县| 河间市| 陇西县| 汨罗市| 政和县| 长武县| 宜州市| 赤壁市| 治多县| 宿松县| 宜宾县| 德惠市|