最新国产好看的视频,伊人天堂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
轮台县| 德州市| 睢宁县| 萍乡市| 双桥区| 怀柔区| 甘德县| 拉萨市| 沙洋县| 钟祥市| 昌黎县| 遵义市| 全椒县| 鸡泽县| 渑池县| 西平县| 重庆市| 仁怀市| 平顺县| 中牟县| 普兰店市| 陇西县| 合肥市| 喀喇| 庆安县| 乐业县| 黄山市| 周口市| 易门县| 莎车县| 永清县| 如东县| 沛县| 资溪县| 安徽省| 株洲县| 元朗区| 博客| 马边| 汝城县| 会昌县|