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

<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년 전 조회 2,798
19년 전 조회 3,623
19년 전 조회 2,145
19년 전 조회 5,563
19년 전 조회 1,911
19년 전 조회 6,260
19년 전 조회 3,065
19년 전 조회 6,238
19년 전 조회 7,012
19년 전 조회 3,919
19년 전 조회 2,401
19년 전 조회 2,284
19년 전 조회 7,072
19년 전 조회 2,575
19년 전 조회 4,132
19년 전 조회 5,524
19년 전 조회 2,851
19년 전 조회 1,905
19년 전 조회 1,749
19년 전 조회 1,700
19년 전 조회 1,972
19년 전 조회 1,983
19년 전 조회 1,976
19년 전 조회 1,893
19년 전 조회 2,691
19년 전 조회 2,510
19년 전 조회 3,648
19년 전 조회 2,780
19년 전 조회 2,748
19년 전 조회 3,594
19년 전 조회 4,804
19년 전 조회 3,151
19년 전 조회 2,993
19년 전 조회 3,527
19년 전 조회 6,461
19년 전 조회 2,373
19년 전 조회 2,178
19년 전 조회 2,140
19년 전 조회 2,194
19년 전 조회 3,369
19년 전 조회 2,443
19년 전 조회 2,123
19년 전 조회 1,823
19년 전 조회 2,274
19년 전 조회 3,542
19년 전 조회 3,403
19년 전 조회 2,109
19년 전 조회 1,672
19년 전 조회 3,351
19년 전 조회 2,232
19년 전 조회 1,802
19년 전 조회 3,025
19년 전 조회 2,157
19년 전 조회 2,026
19년 전 조회 2,001
19년 전 조회 1,958
19년 전 조회 2,391
19년 전 조회 2,818
19년 전 조회 1,961
19년 전 조회 1,705
19년 전 조회 1,714
19년 전 조회 1,671
19년 전 조회 3,402
19년 전 조회 3,089
19년 전 조회 1,838
19년 전 조회 3,593
19년 전 조회 2,017
19년 전 조회 1,657
19년 전 조회 2,128
19년 전 조회 2,283
19년 전 조회 1,837
19년 전 조회 2,522
19년 전 조회 2,164
19년 전 조회 1,777
19년 전 조회 1,964
19년 전 조회 2,219
19년 전 조회 1,990
19년 전 조회 1,773
19년 전 조회 1,838
19년 전 조회 3,330
19년 전 조회 2,185
19년 전 조회 2,042
19년 전 조회 4,539
19년 전 조회 5,162
19년 전 조회 3,342
19년 전 조회 3,074
19년 전 조회 3,677
19년 전 조회 2,212
19년 전 조회 2,578
19년 전 조회 2,878
19년 전 조회 2,942
19년 전 조회 2,544
19년 전 조회 1,806
19년 전 조회 3,594
19년 전 조회 2,169
19년 전 조회 2,561
19년 전 조회 2,626
19년 전 조회 3,066
19년 전 조회 5,389
19년 전 조회 2,665