테이블속성연습

<html>
<head>
<script language="javascript">

<!--
function selectRow(idx) {
index = idx + 1;

// 각 테이블에서 짝수줄 홀수줄의 색을 달리하여 가독성을 높임
for(i=0; i<3; i++) {
if(i % 2 == 0) {
tblList.rows(i+1).style.backgroundColor = "ffffff";
} else {
tblList.rows(i+1).style.backgroundColor = "f4f4f4";
}
}

// 선택된 열의 색을 다른색으로 하여 반전
tblList.rows(index).style.backgroundColor = "eeeeff";

// 테스트로 Alert을 찍어봄
// 선택된 열의 숨어있는 부분의 정보를 읽어서 보여줌.
alert(
tblList.rows(index).cells(6).innerText + " " +
tblList.rows(index).cells(7).innerText + " " +
tblList.rows(index).cells(8).innerText
);

// IFRAME에 있을 경우로 가정하고 자신의 상위 프레임의 form에 값을 넣기 위해
// 상위 프레임의 setField 메소드를 호출
// parent.setField(
// tblList.rows(index).cells(6).innerText,
// tblList.rows(index).cells(7).innerText,
// tblList.rows(index).cells(8).innerText
// );

}

//-->
</script>
</head>
<body>
<table width="100%" id="tblList" cellspacing="1" cellpadding="0" bgcolor="d9d9d9">
<tr align="center" height="23">
<td width="16%" align="center">등록일</td>
<td width="18%" align="center">번호</td>
<td width="16%" align="center">이름</td>
<td width="16%" align="center">만료일</td>
<td width="16%" align="center">성별</td>
<td width="18%" align="center">비고</td>
<td style="visibility:hidden;position:absolute;"></td>
<td style="visibility:hidden;position:absolute;"></td>
<td style="visibility:hidden;position:absolute;"></td>
</tr>
<tr onClick="selectRow(0);" height="23" bgcolor="ffffff">
<td align="center">2004/10/10</td>
<td align="center">1</td>
<td align="center">김개똥</td>
<td align="center">2004/12/31</td>
<td align="center">남</td>
<td align="center"></td>
<td style="visibility:hidden;position:absolute;">20041010</td>
<td style="visibility:hidden;position:absolute;">20041231</td>
<td style="visibility:hidden;position:absolute;">M</td>
</tr>
<tr onClick="selectRow(1);" height="23" bgcolor="f4f4f4">
<td align="center">2004/08/01</td>
<td align="center">2</td>
<td align="center">박말숙</td>
<td align="center">2004/12/20</td>
<td align="center">여</td>
<td align="center"></td>
<td style="visibility:hidden;position:absolute;">20040801</td>
<td style="visibility:hidden;position:absolute;">20041220</td>
<td style="visibility:hidden;position:absolute;">F</td>
</tr>
<tr onClick="selectRow(2);" height="23" bgcolor="ffffff">
<td align="center">2004/05/01</td>
<td align="center">3</td>
<td align="center">한마리</td>
<td align="center">2004/12/31</td>
<td align="center">여</td>
<td align="center"></td>
<td style="visibility:hidden;position:absolute;">20040501</td>
<td style="visibility:hidden;position:absolute;">20041231</td>
<td style="visibility:hidden;position:absolute;">F</td>
</tr>
</table>
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 1,945
19년 전 조회 2,121
19년 전 조회 2,167
19년 전 조회 2,224
19년 전 조회 2,956
19년 전 조회 5,598
19년 전 조회 2,015
19년 전 조회 1,851
19년 전 조회 1,715
19년 전 조회 1,887
19년 전 조회 1,802
19년 전 조회 1,730
19년 전 조회 1,760
19년 전 조회 1,665
19년 전 조회 1,715
19년 전 조회 3,085
19년 전 조회 4,114
19년 전 조회 5,498
19년 전 조회 1,670
19년 전 조회 4,839
19년 전 조회 3,275
19년 전 조회 1,765
19년 전 조회 2,960
19년 전 조회 3,899
19년 전 조회 2,058
19년 전 조회 4,078
19년 전 조회 2,161
19년 전 조회 4,044
19년 전 조회 3,681
19년 전 조회 4,479
19년 전 조회 4,334
19년 전 조회 2,143
19년 전 조회 2,101
19년 전 조회 4,539
19년 전 조회 2,954
19년 전 조회 2,816
19년 전 조회 2,677
19년 전 조회 2,244
19년 전 조회 2,848
19년 전 조회 2,466
19년 전 조회 2,113
19년 전 조회 2,244
19년 전 조회 1,700
19년 전 조회 1,961
19년 전 조회 3,097
19년 전 조회 2,215
19년 전 조회 3,464
19년 전 조회 3,388
19년 전 조회 2,506
19년 전 조회 2,064
19년 전 조회 3,091
19년 전 조회 3,153
19년 전 조회 4,282
19년 전 조회 2,232
19년 전 조회 2,909
19년 전 조회 2,597
19년 전 조회 3,739
19년 전 조회 1,682
19년 전 조회 1,746
19년 전 조회 2,024
19년 전 조회 2,472
19년 전 조회 2,089
19년 전 조회 1,971
19년 전 조회 2,368
19년 전 조회 2,458
19년 전 조회 5,216
19년 전 조회 2,597
19년 전 조회 3,463
19년 전 조회 2,919
19년 전 조회 2,675
19년 전 조회 4,966
19년 전 조회 2,822
19년 전 조회 2,665
19년 전 조회 2,228
19년 전 조회 2,003
19년 전 조회 3,629
19년 전 조회 2,584
19년 전 조회 6,427
19년 전 조회 2,307
19년 전 조회 2,166
19년 전 조회 2,982
19년 전 조회 2,080
19년 전 조회 2,526
19년 전 조회 2,366
19년 전 조회 3,835
19년 전 조회 2,828
19년 전 조회 3,028
19년 전 조회 4,631
19년 전 조회 3,827
19년 전 조회 2,566
19년 전 조회 4,567
19년 전 조회 3,544
19년 전 조회 4,418
19년 전 조회 2,274
19년 전 조회 2,487
19년 전 조회 2,416
19년 전 조회 3,615
19년 전 조회 2,997
19년 전 조회 3,766
19년 전 조회 2,964