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

· 10년 전 · 900

<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,157
10년 전 조회 1,822
10년 전 조회 1,140
10년 전 조회 1,328
10년 전 조회 1,210
10년 전 조회 1,283
10년 전 조회 1,025
10년 전 조회 1,033
10년 전 조회 1,277
10년 전 조회 1,060
10년 전 조회 919
10년 전 조회 981
10년 전 조회 947
10년 전 조회 992
10년 전 조회 901
10년 전 조회 1,297
10년 전 조회 828
10년 전 조회 1,411
10년 전 조회 1,452
10년 전 조회 1,000
10년 전 조회 1,040
10년 전 조회 887
10년 전 조회 1,055
10년 전 조회 776
10년 전 조회 966
10년 전 조회 911
10년 전 조회 1,328
10년 전 조회 856
10년 전 조회 894
10년 전 조회 833