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

<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,001
19년 전 조회 3,826
19년 전 조회 2,338
19년 전 조회 5,768
19년 전 조회 2,092
19년 전 조회 6,458
19년 전 조회 3,259
19년 전 조회 6,422
19년 전 조회 7,227
19년 전 조회 4,118
19년 전 조회 2,597
19년 전 조회 2,476
19년 전 조회 7,285
19년 전 조회 2,780
19년 전 조회 4,322
19년 전 조회 5,727
19년 전 조회 3,044
19년 전 조회 2,097
19년 전 조회 1,938
19년 전 조회 1,889
19년 전 조회 2,173
19년 전 조회 2,184
19년 전 조회 2,162
19년 전 조회 2,092
19년 전 조회 2,916
19년 전 조회 2,699
19년 전 조회 3,851
19년 전 조회 2,967
19년 전 조회 2,930
19년 전 조회 3,808
19년 전 조회 5,012
19년 전 조회 3,358
19년 전 조회 3,188
19년 전 조회 3,755
19년 전 조회 6,660
19년 전 조회 2,553
19년 전 조회 2,356
19년 전 조회 2,305
19년 전 조회 2,383
19년 전 조회 3,558
19년 전 조회 2,635
19년 전 조회 2,310
19년 전 조회 2,039
19년 전 조회 2,443
19년 전 조회 3,752
19년 전 조회 3,618
19년 전 조회 2,320
19년 전 조회 1,849
19년 전 조회 3,533
19년 전 조회 2,428
19년 전 조회 1,996
19년 전 조회 3,224
19년 전 조회 2,340
19년 전 조회 2,213
19년 전 조회 2,189
19년 전 조회 2,155
19년 전 조회 2,575
19년 전 조회 2,995
19년 전 조회 2,145
19년 전 조회 1,884
19년 전 조회 1,914
19년 전 조회 1,849
19년 전 조회 3,585
19년 전 조회 3,291
19년 전 조회 2,038
19년 전 조회 3,771
19년 전 조회 2,202
19년 전 조회 1,849
19년 전 조회 2,337
19년 전 조회 2,465
19년 전 조회 2,003
19년 전 조회 2,720
19년 전 조회 2,360
19년 전 조회 1,981
19년 전 조회 2,144
19년 전 조회 2,408
19년 전 조회 2,145
19년 전 조회 1,956
19년 전 조회 2,026
19년 전 조회 3,496
19년 전 조회 2,372
19년 전 조회 2,224
19년 전 조회 4,734
19년 전 조회 5,365
19년 전 조회 3,514
19년 전 조회 3,250
19년 전 조회 3,866
19년 전 조회 2,403
19년 전 조회 2,752
19년 전 조회 3,053
19년 전 조회 3,129
19년 전 조회 2,718
19년 전 조회 1,977
19년 전 조회 3,768
19년 전 조회 2,344
19년 전 조회 2,755
19년 전 조회 2,830
19년 전 조회 3,240
19년 전 조회 5,553
19년 전 조회 2,852