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

rowIndex Property

Internet Development Index

Retrieves the position of the object in the rows collection for the table.

Syntax

HTMLN/A
Scripting[ iIndex = ] TR.rowIndex

Possible Values

iIndexInteger that receives Integer爐hat specifies the index number.

The property is read-only. The property has no default value.

Remarks

This property is different from sectionRowIndex, which indicates the object's position in the tBody, tHead, or tFoot?B>rows collection. These sections are mutually exclusive, so the tr is always contained in one of these sections and in the table. You can determine the rowIndex property of an object by the order in which the object appears in the HTML source.

Example

This example function shows how to use the rowIndex attribute to format a table. The function sets the background color of the rows in the table to black or white, alternating row by row.

function formatTable(oTable)
{
var rows=oTable.rows;
for(var i=0;i<rows.length;i++)
{
if(i%2==0) {
rows[i].style.backgroundColor = "black";
rows[i].style.color = "white";
} else {
rows[i].style.backgroundColor = "white";
rows[i].style.color = "black";
}
}
}

Standards Information

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

Applies To

TR

See Also

cellIndex, sourceIndex
齐齐哈尔市| 南雄市| 阜阳市| 克东县| 高淳县| 尚志市| 中西区| 电白县| 夏邑县| 汉阴县| 西峡县| 鄂托克前旗| 讷河市| 林口县| 南岸区| 南华县| 锦屏县| 黑龙江省| 常山县| 瑞丽市| 合江县| 商水县| 城步| 鲜城| 岳阳县| 彝良县| 定安县| 荆州市| 平阴县| 临邑县| 通化县| 晋中市| 汉寿县| 青田县| 陵水| 沁阳市| 衡南县| 滨州市| 喀喇| 平武县| 蒙山县|