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

· 10년 전 · 903

<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,159
10년 전 조회 1,825
10년 전 조회 1,142
10년 전 조회 1,330
10년 전 조회 1,213
10년 전 조회 1,285
10년 전 조회 1,028
10년 전 조회 1,035
10년 전 조회 1,279
10년 전 조회 1,063
10년 전 조회 921
10년 전 조회 981
10년 전 조회 948
10년 전 조회 994
10년 전 조회 904
10년 전 조회 1,299
10년 전 조회 830
10년 전 조회 1,415
10년 전 조회 1,457
10년 전 조회 1,001
10년 전 조회 1,040
10년 전 조회 887
10년 전 조회 1,056
10년 전 조회 776
10년 전 조회 968
10년 전 조회 911
10년 전 조회 1,328
10년 전 조회 857
10년 전 조회 896
10년 전 조회 836