일정시간동안 이미지 자동으로 변경하기

<script language="JavaScript" type="text/javascript">
<!--
// 이미지 경로
var imgLeft = new Array() ;
var imgRight = new Array() ;
imgLeft[0] = new Image() ;
imgLeft[0].src = "./img/ex_a1.gif" ;
imgLeft[1] = new Image() ;
imgLeft[1].src = "./img/ex_a2.gif" ;
imgLeft[2] = new Image() ;
imgLeft[2].src = "./img/ex_a3.gif" ;
imgRight[0] = new Image() ;
imgRight[0].src = "./img/ex_b1.gif" ;
imgRight[1] = new Image() ;
imgRight[1].src = "./img/ex_b2.gif" ;
imgRight[2] = new Image() ;
imgRight[2].src = "./img/ex_b3.gif" ;

// 이미지 링크
var urlLeft = new Array() ;
var urlRight = new Array() ;
urlLeft[0] = "#" ;
urlLeft[1] = "#" ;
urlLeft[2] = "#" ;
urlRight[0] = "1" ;
urlRight[1] = "2" ;
urlRight[2] = "3" ;

var productAll = "" ;
productAll += "<table width='400' cellpadding='0' cellspacing='0' border='1'>" ;
productAll += "<tr><td width='200' height='150' align='center'>" ;
productAll += "<a href='" + urlLeft[0] + "'><img src='" + imgLeft[0].src + "' border='0'></a>" ;
productAll += "</td><td width='200' height='150' align='center'>" ;
productAll += "<a href='" + urlRight[0] + "'><img src='" + imgRight[0].src + "' border='0'></a>" ;
productAll += "</td></tr>" ;
productAll += "<tr><td width='200' height='150' align='center'>" ;
productAll += "<a href='" + urlLeft[1] + "'><img src='" + imgLeft[1].src + "' border='0'></a>" ;
productAll += "</td><td width='200' height='150' align='center'>" ;
productAll += "<a href='" + urlRight[1] + "'><img src='" + imgRight[1].src + "' border='0'></a>" ;
productAll += "</td></tr>" ;
productAll += "<tr><td width='200' height='150' align='center'>" ;
productAll += "<a href='" + urlLeft[2] + "'><img src='" + imgLeft[2].src + "' border='0'></a>" ;
productAll += "</td><td width='200' height='150' align='center'>" ;
productAll += "<a href='" + urlRight[2] + "'><img src='" + imgRight[2].src + "' border='0'></a>" ;
productAll += "</td></tr></table>" ;

var time = 1500 ;
var counter = 1 ;

function imgShowInit() {
productContent = "<div style='left:0px ; width:100% ; position:absolute ; top:0px ; height:450px ;' id='showProduct'>" ;
productContent += productAll ;
productContent += "</div>" ;

document.write(productContent) ;
window.setTimeout("imgShow()", time) ;
}

function imgShow() {
if(counter == 3)
counter = 0 ;

tmp = document.getElementById("showProduct").style ;
tmp.top = -150 * counter ;
counter++ ;

window.setTimeout("imgShow()", time) ;
}
// -->
</script>





<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center">
<div style="theight:150px ; width:400px ; position:absolute; overflow:hidden; visibility: visible ; border:1px solid #000000 ;" id="productPos">
<script>imgShowInit();</script>
</div>
</td>
</tr>
</table><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 3,011
19년 전 조회 3,834
19년 전 조회 2,348
19년 전 조회 5,777
19년 전 조회 2,101
19년 전 조회 6,462
19년 전 조회 3,266
19년 전 조회 6,428
19년 전 조회 7,234
19년 전 조회 4,125
19년 전 조회 2,607
19년 전 조회 2,484
19년 전 조회 7,289
19년 전 조회 2,786
19년 전 조회 4,330
19년 전 조회 5,736
19년 전 조회 3,053
19년 전 조회 2,106
19년 전 조회 1,946
19년 전 조회 1,897
19년 전 조회 2,179
19년 전 조회 2,194
19년 전 조회 2,169
19년 전 조회 2,105
19년 전 조회 2,922
19년 전 조회 2,705
19년 전 조회 3,854
19년 전 조회 2,977
19년 전 조회 2,938
19년 전 조회 3,811
19년 전 조회 5,019
19년 전 조회 3,364
19년 전 조회 3,190
19년 전 조회 3,760
19년 전 조회 6,664
19년 전 조회 2,561
19년 전 조회 2,362
19년 전 조회 2,313
19년 전 조회 2,386
19년 전 조회 3,565
19년 전 조회 2,644
19년 전 조회 2,316
19년 전 조회 2,044
19년 전 조회 2,449
19년 전 조회 3,759
19년 전 조회 3,626
19년 전 조회 2,327
19년 전 조회 1,856
19년 전 조회 3,544
19년 전 조회 2,434
19년 전 조회 1,998
19년 전 조회 3,236
19년 전 조회 2,349
19년 전 조회 2,219
19년 전 조회 2,195
19년 전 조회 2,162
19년 전 조회 2,586
19년 전 조회 3,000
19년 전 조회 2,151
19년 전 조회 1,889
19년 전 조회 1,920
19년 전 조회 1,855
19년 전 조회 3,595
19년 전 조회 3,297
19년 전 조회 2,044
19년 전 조회 3,779
19년 전 조회 2,211
19년 전 조회 1,854
19년 전 조회 2,342
19년 전 조회 2,473
19년 전 조회 2,010
19년 전 조회 2,723
19년 전 조회 2,366
19년 전 조회 1,986
19년 전 조회 2,149
19년 전 조회 2,411
19년 전 조회 2,150
19년 전 조회 1,961
19년 전 조회 2,033
19년 전 조회 3,502
19년 전 조회 2,377
19년 전 조회 2,231
19년 전 조회 4,740
19년 전 조회 5,370
19년 전 조회 3,519
19년 전 조회 3,253
19년 전 조회 3,873
19년 전 조회 2,412
19년 전 조회 2,758
19년 전 조회 3,063
19년 전 조회 3,134
19년 전 조회 2,721
19년 전 조회 1,984
19년 전 조회 3,769
19년 전 조회 2,353
19년 전 조회 2,759
19년 전 조회 2,833
19년 전 조회 3,245
19년 전 조회 5,557
19년 전 조회 2,857