Menu

 

 


 

<html><head>
<title>Drop-In Images Slieshow</title>

<meta name="keywords" content="자바스크립트">
  <STYLE TYPE="TEXT/CSS">

  <!-- A:link {text-decoration:none} A:visited {text-decoration:none}
      A:hover {color: red; text-decoration:underline;}-->

  </STYLE></head>
<ul><ul><ul><br><span style="font-size:9pt;"><a href="http://lia.pe.kr/" target="_blank">http://lia.pe.kr<br></a></span>

<script language="JavaScript1.2">
<!--start Drop-In Slieshow
//By Dynamic Drive

var slideshow_width=430   // 
var slideshow_height=265   //
var pause=2000 // 다음 이미지 교체 타이밍 (2000=2초)
var dropimages=new Array()
// 슬라이드로 사용할 이미지들을 필요한 만큼지정
dropimages[0]="imge/2183793.jpg"
dropimages[1]="imge/2183787.jpg"
dropimages[2]="imge/2183789.jpg"
dropimages[3]="imge/2183790.jpg"
dropimages[4]="imge/2183780.jpg"
dropimages[5]="imge/2183785.jpg"
//위와같은 형식으로 일련번호를 주어 추가.
////이하 수정할 필요 없음/////////////
var preloadedimages=new Array()
for (p=0;p<dropimages.length;p++){
preloadedimages[p]=new Image()
preloadedimages[p].src=dropimages[p]
}

var ie4=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1

if (ie4||dom)
//--☆
document.write('<div style="position:relative;width:'+slideshow_width+';height:'+slideshow_height+';overflow:hidden"><div id="canvas0" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:-'+slideshow_height+'"></div><div id="canvas1" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:-'+slideshow_height+'"></div></div>')
else
//--☆
document.write('<img name="defaultslide" src="'+dropimages[0]+'">')

var curpos=slideshow_height*(-1)
var degree=10
var curcanvas="canvas0"
var curimageindex=0
var nextimageindex=1


function movepic(){
if (curpos<0){
curpos=Math.min(curpos+degree,0)
tempobj.style.top=curpos
}
else{
clearInterval(dropslide)
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
tempobj.innerHTML='<img src="'+dropimages[nextimageindex]+'">'
nextimageindex=(nextimageindex<dropimages.length-1)? nextimageindex+1 : 0
setTimeout("rotateimage()",pause)
}
}

function rotateimage(){
if (ie4||dom){
resetit(curcanvas)
var crossobj=tempobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.style.zIndex++
var temp='setInterval("movepic()",50)'
dropslide=eval(temp)
curcanvas=(curcanvas=="canvas0")? "canvas1" : "canvas0"
}
else
document.images.defaultslide.src=dropimages[curimageindex]
curimageindex=(curimageindex<dropimages.length-1)? curimageindex+1 : 0
}

function resetit(what){
curpos=slideshow_height*(-1)
var crossobj=ie4? eval("document.all."+what) : document.getElementById(what)
crossobj.style.top=curpos}

function startit(){
var crossobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
crossobj.innerHTML='<img src="'+dropimages[curimageindex]+'">'
rotateimage()
}

if (ie4||dom)
window.onload=startit
else
setInterval("rotateimage()",pause)
// end Drop-In Slieshow-->
</script>
<br><br><span style="font-size:9pt;">이미지가 위에서 떨어지면서 교체됩니다
        </span><SCRIPT LANGUAGE="JavaScript">
<!--
function sourceopen() {
var This_URL = "";
This_URL = document.location;
window.location = "view-source:"+This_URL;
}
-->
</SCRIPT>

</FORM>
</body>
</html>