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

HTML DOM index 屬性

定義和用法

index 屬性可返回下拉列表中選項(xiàng)的索引位置。

語(yǔ)法

optionObject.index

實(shí)例

本例可返回下拉列表中所選的選項(xiàng)的索引位置:

<<html>
<head>
<script type="text/javascript">
function alertIndex()
{
var x=document.getElementById("mySelect").selectedIndex;
var y=document.getElementsByTagName("option");
alert(y[x].text + " has the index of: " + y[x].index);
}
</script>
</head>
<body>

<form>
Select your favorite fruit:
<select id="mySelect">
  <option>Apple</option>
  <option>Orange</option>
  <option>Pineapple</option>
  <option>Banana</option>
</select>
<br />
<br />
<input type="button" onclick="alertIndex()"
value="Show index of the chosen fruit">
</form>

</body>
</html>
龙里县| 车致| 微山县| 玉林市| 宁明县| 凤城市| 朝阳市| 丹凤县| 宜兰县| 凤城市| 牟定县| 清原| 曲麻莱县| 新昌县| 石林| 濮阳县| 吉隆县| 上虞市| 中卫市| 淮滨县| 邳州市| 长汀县| 阿坝县| 赤峰市| 内丘县| 岳阳市| 淅川县| 天峨县| 腾冲县| 桂平市| 柘荣县| 丘北县| 凌海市| 文安县| 旬邑县| 黄石市| 邵武市| 巴彦淖尔市| 台中市| 迭部县| 会宁县|