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

<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,867
19년 전 조회 3,688
19년 전 조회 2,210
19년 전 조회 5,625
19년 전 조회 1,973
19년 전 조회 6,325
19년 전 조회 3,130
19년 전 조회 6,300
19년 전 조회 7,076
19년 전 조회 3,981
19년 전 조회 2,460
19년 전 조회 2,347
19년 전 조회 7,139
19년 전 조회 2,646
19년 전 조회 4,194
19년 전 조회 5,595
19년 전 조회 2,922
19년 전 조회 1,963
19년 전 조회 1,814
19년 전 조회 1,763
19년 전 조회 2,038
19년 전 조회 2,058
19년 전 조회 2,034
19년 전 조회 1,959
19년 전 조회 2,758
19년 전 조회 2,563
19년 전 조회 3,709
19년 전 조회 2,844
19년 전 조회 2,803
19년 전 조회 3,659
19년 전 조회 4,867
19년 전 조회 3,221
19년 전 조회 3,058
19년 전 조회 3,600
19년 전 조회 6,522
19년 전 조회 2,447
19년 전 조회 2,236
19년 전 조회 2,192
19년 전 조회 2,254
19년 전 조회 3,430
19년 전 조회 2,498
19년 전 조회 2,180
19년 전 조회 1,884
19년 전 조회 2,331
19년 전 조회 3,606
19년 전 조회 3,465
19년 전 조회 2,179
19년 전 조회 1,722
19년 전 조회 3,414
19년 전 조회 2,292
19년 전 조회 1,866
19년 전 조회 3,087
19년 전 조회 2,220
19년 전 조회 2,090
19년 전 조회 2,061
19년 전 조회 2,027
19년 전 조회 2,451
19년 전 조회 2,868
19년 전 조회 2,021
19년 전 조회 1,766
19년 전 조회 1,773
19년 전 조회 1,731
19년 전 조회 3,452
19년 전 조회 3,157
19년 전 조회 1,894
19년 전 조회 3,652
19년 전 조회 2,076
19년 전 조회 1,737
19년 전 조회 2,188
19년 전 조회 2,335
19년 전 조회 1,895
19년 전 조회 2,581
19년 전 조회 2,225
19년 전 조회 1,832
19년 전 조회 2,022
19년 전 조회 2,285
19년 전 조회 2,042
19년 전 조회 1,828
19년 전 조회 1,892
19년 전 조회 3,388
19년 전 조회 2,245
19년 전 조회 2,104
19년 전 조회 4,601
19년 전 조회 5,222
19년 전 조회 3,395
19년 전 조회 3,136
19년 전 조회 3,732
19년 전 조회 2,269
19년 전 조회 2,632
19년 전 조회 2,934
19년 전 조회 3,001
19년 전 조회 2,596
19년 전 조회 1,864
19년 전 조회 3,642
19년 전 조회 2,225
19년 전 조회 2,624
19년 전 조회 2,692
19년 전 조회 3,126
19년 전 조회 5,447
19년 전 조회 2,727