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

HTML DOM cellIndex 屬性

定義和用法

cellIndex 屬性可返回一行的單元格集合中單元格的位置。

語(yǔ)法

tabledataObject.cellIndex

實(shí)例

下面的例子可返回兩個(gè)單元格的位置(cell index):

<html>
<head>
<script type="text/javascript">
function alertTd1()
  {
  alert(document.getElementById('td1').cellIndex);
  }
function alertTd2()
  {
  alert(document.getElementById('td2').cellIndex);
  }
</script>
</head>
<body>

<table border="1">
<tr>
<th>Firstname</th>
<th>Lastname</th>
</tr>
<tr>
<td id="td1">Peter</td>
<td id="td2">Griffin</td>
</tr>
</table>
<br />
<input type="button" onclick="alertTd1()" 
value="Alert cell index of 'Peter'" />
<br />
<input type="button" onclick="alertTd2()" 
value="Alert cell index of 'Griffin'" />

</body>
</html>
洛宁县| 民丰县| 博乐市| 琼结县| 宁津县| 图木舒克市| 阿拉善左旗| 普宁市| 曲靖市| 启东市| 金华市| 旺苍县| 黑水县| 个旧市| 珠海市| 华蓥市| 延津县| 奈曼旗| 滦平县| 南投县| 遵化市| 新竹市| 尼勒克县| 昭觉县| 上杭县| 苏州市| 承德市| 昭通市| 万宁市| 蒙阴县| 大兴区| 当雄县| 颍上县| 丽江市| 依安县| 汝城县| 周宁县| 噶尔县| 沭阳县| 台南市| 农安县|