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

<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,980
19년 전 조회 3,798
19년 전 조회 2,318
19년 전 조회 5,747
19년 전 조회 2,071
19년 전 조회 6,433
19년 전 조회 3,232
19년 전 조회 6,406
19년 전 조회 7,213
19년 전 조회 4,098
19년 전 조회 2,576
19년 전 조회 2,457
19년 전 조회 7,266
19년 전 조회 2,758
19년 전 조회 4,301
19년 전 조회 5,704
19년 전 조회 3,024
19년 전 조회 2,076
19년 전 조회 1,919
19년 전 조회 1,871
19년 전 조회 2,155
19년 전 조회 2,165
19년 전 조회 2,139
19년 전 조회 2,075
19년 전 조회 2,895
19년 전 조회 2,673
19년 전 조회 3,828
19년 전 조회 2,942
19년 전 조회 2,906
19년 전 조회 3,789
19년 전 조회 4,989
19년 전 조회 3,336
19년 전 조회 3,162
19년 전 조회 3,731
19년 전 조회 6,643
19년 전 조회 2,540
19년 전 조회 2,339
19년 전 조회 2,292
19년 전 조회 2,361
19년 전 조회 3,535
19년 전 조회 2,616
19년 전 조회 2,294
19년 전 조회 2,016
19년 전 조회 2,424
19년 전 조회 3,734
19년 전 조회 3,593
19년 전 조회 2,295
19년 전 조회 1,831
19년 전 조회 3,522
19년 전 조회 2,409
19년 전 조회 1,978
19년 전 조회 3,201
19년 전 조회 2,326
19년 전 조회 2,202
19년 전 조회 2,172
19년 전 조회 2,133
19년 전 조회 2,560
19년 전 조회 2,976
19년 전 조회 2,126
19년 전 조회 1,866
19년 전 조회 1,893
19년 전 조회 1,833
19년 전 조회 3,567
19년 전 조회 3,265
19년 전 조회 2,016
19년 전 조회 3,751
19년 전 조회 2,190
19년 전 조회 1,836
19년 전 조회 2,319
19년 전 조회 2,445
19년 전 조회 1,986
19년 전 조회 2,702
19년 전 조회 2,338
19년 전 조회 1,964
19년 전 조회 2,131
19년 전 조회 2,383
19년 전 조회 2,131
19년 전 조회 1,943
19년 전 조회 2,010
19년 전 조회 3,483
19년 전 조회 2,363
19년 전 조회 2,209
19년 전 조회 4,721
19년 전 조회 5,345
19년 전 조회 3,497
19년 전 조회 3,235
19년 전 조회 3,847
19년 전 조회 2,388
19년 전 조회 2,737
19년 전 조회 3,032
19년 전 조회 3,118
19년 전 조회 2,703
19년 전 조회 1,971
19년 전 조회 3,752
19년 전 조회 2,332
19년 전 조회 2,742
19년 전 조회 2,814
19년 전 조회 3,228
19년 전 조회 5,542
19년 전 조회 2,839