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

· 2016-01-31 (일) 07:32:00 · 474

<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>
 

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

팁게시판

6,077건

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
16-01-30 조회 434
16-01-30 조회 571
16-01-30 조회 454
16-01-30 조회 477
16-01-29 조회 463
16-01-28 조회 420
16-01-28 조회 405
16-01-27 조회 391
16-01-26 조회 360
16-01-26 조회 421
16-01-25 조회 451
16-01-22 조회 416
16-01-22 조회 515
16-01-21 조회 438
16-01-19 조회 369
16-01-19 조회 416
16-01-18 조회 365
16-01-17 조회 582
16-01-14 조회 462
16-01-13 조회 668
16-01-12 조회 540
16-01-12 조회 455
16-01-11 조회 377
15-12-30 조회 912
15-12-29 조회 495