이미지 좌우로 이동 갤러리 입니다.

· 10년 전 · 923

<table border=1>
<tr>
<td width="100">
<center>
<img name="chimg" src="1.gif"/>
</center>
</td>
</tr>
<tr>
<td><center>
<a href="javascript:preimg();">◀</a>
<a href="javascript:nextimg();">▶</a>
</center></td>
</tr>
</table>
</form>
<script>
first =0;

function preimg(){
if( first<=0)return;
else{
first --;
document.test.chimg.src=first+".gif";
}
}
function nextimg(){
first++;
document.test.chimg.src=first+".gif";
}
</script>

</form>
 

|
댓글을 작성하시려면 로그인이 필요합니다.

토크

개발과 관련된 어떤 얘기도 괜찮습니다.

+
제목 글쓴이 날짜 조회
10년 전 조회 1,181
10년 전 조회 1,839
10년 전 조회 1,172
10년 전 조회 1,348
10년 전 조회 1,226
10년 전 조회 1,311
10년 전 조회 1,052
10년 전 조회 1,066
10년 전 조회 1,307
10년 전 조회 1,091
10년 전 조회 952
10년 전 조회 999
10년 전 조회 968
10년 전 조회 1,017
10년 전 조회 924
10년 전 조회 1,321
10년 전 조회 853
10년 전 조회 1,428
10년 전 조회 1,480
10년 전 조회 1,019
10년 전 조회 1,057
10년 전 조회 905
10년 전 조회 1,079
10년 전 조회 794
10년 전 조회 989
10년 전 조회 924
10년 전 조회 1,354
10년 전 조회 874
10년 전 조회 910
10년 전 조회 853