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

HTML DOM index 屬性

定義和用法

index 屬性可返回下拉列表中選項的索引位置。

語法

optionObject.index

實例

本例可返回下拉列表中所選的選項的索引位置:

<<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>
宜宾县| 邵东县| 余姚市| 广灵县| 宁都县| 澄城县| 鹤峰县| 林周县| 邮箱| 长兴县| 中牟县| 措勤县| 高淳县| 大足县| 彰化市| 长宁县| 获嘉县| 乌恰县| 凌源市| 台中县| 澄城县| 彭州市| 花垣县| 乡城县| 望城县| 交口县| 贡觉县| 河池市| 逊克县| 长岭县| 太白县| 乃东县| 顺昌县| 措美县| 衢州市| 黄山市| 望江县| 南部县| 柏乡县| 石狮市| 万州区|