KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/www/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/queenjbs/www/js/mainSlideShow.js
	/* 배경 자바 스크립트 효과 */
var img1 = new Image();
	   img1.src = "http://parksihoo.jp/images/re_main/bg01.jpg" <!--원하는 이미지 경로를,....-->
	   var img2 = new Image();
	   img2.src = "http://parksihoo.jp/images/re_main/bg02.jpg"
	   var img3 = new Image();
	   img3.src = "http://parksihoo.jp/images/re_main/bg03.jpg"

var maxLoops = 3; <!-- 값을 조절해보세요 근데 이게 젤 좋은거 같아요 -->
   var bInterval = 3;
   var count = 3;
   function init() {
   blendObj.filters.blendTrans.apply();
   document.images.blendObj.src = eval("img"+count+".src");
   blendObj.filters.blendTrans.play();
   if (count < maxLoops) {
   count++;
   }
   else {
   count = 1;
   }
   setTimeout("init()", bInterval*1000+1500);
   }

Anon7 - 2021