테이블속성연습

<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,942
19년 전 조회 2,118
19년 전 조회 2,162
19년 전 조회 2,218
19년 전 조회 2,952
19년 전 조회 5,591
19년 전 조회 2,010
19년 전 조회 1,849
19년 전 조회 1,712
19년 전 조회 1,885
19년 전 조회 1,797
19년 전 조회 1,728
19년 전 조회 1,755
19년 전 조회 1,662
19년 전 조회 1,709
19년 전 조회 3,080
19년 전 조회 4,110
19년 전 조회 5,497
19년 전 조회 1,667
19년 전 조회 4,833
19년 전 조회 3,271
19년 전 조회 1,763
19년 전 조회 2,958
19년 전 조회 3,898
19년 전 조회 2,054
19년 전 조회 4,073
19년 전 조회 2,159
19년 전 조회 4,039
19년 전 조회 3,677
19년 전 조회 4,477
19년 전 조회 4,330
19년 전 조회 2,141
19년 전 조회 2,099
19년 전 조회 4,536
19년 전 조회 2,952
19년 전 조회 2,811
19년 전 조회 2,676
19년 전 조회 2,240
19년 전 조회 2,845
19년 전 조회 2,466
19년 전 조회 2,110
19년 전 조회 2,242
19년 전 조회 1,696
19년 전 조회 1,958
19년 전 조회 3,093
19년 전 조회 2,211
19년 전 조회 3,459
19년 전 조회 3,385
19년 전 조회 2,504
19년 전 조회 2,062
19년 전 조회 3,089
19년 전 조회 3,150
19년 전 조회 4,280
19년 전 조회 2,231
19년 전 조회 2,906
19년 전 조회 2,595
19년 전 조회 3,737
19년 전 조회 1,680
19년 전 조회 1,742
19년 전 조회 2,023
19년 전 조회 2,471
19년 전 조회 2,087
19년 전 조회 1,969
19년 전 조회 2,365
19년 전 조회 2,454
19년 전 조회 5,215
19년 전 조회 2,595
19년 전 조회 3,461
19년 전 조회 2,914
19년 전 조회 2,672
19년 전 조회 4,961
19년 전 조회 2,819
19년 전 조회 2,665
19년 전 조회 2,223
19년 전 조회 1,998
19년 전 조회 3,625
19년 전 조회 2,581
19년 전 조회 6,426
19년 전 조회 2,302
19년 전 조회 2,159
19년 전 조회 2,976
19년 전 조회 2,075
19년 전 조회 2,523
19년 전 조회 2,361
19년 전 조회 3,829
19년 전 조회 2,826
19년 전 조회 3,023
19년 전 조회 4,626
19년 전 조회 3,822
19년 전 조회 2,560
19년 전 조회 4,566
19년 전 조회 3,540
19년 전 조회 4,416
19년 전 조회 2,272
19년 전 조회 2,484
19년 전 조회 2,410
19년 전 조회 3,612
19년 전 조회 2,994
19년 전 조회 3,762
19년 전 조회 2,964