묻고답하기

메인화면에 이미지 슬라이딩 같이 쓰려고 아래 소스를 구해서 넣었더니 메인 홈페이지 접속 시도만 계속되는 군요.

꼭 좀 이 소스를 쓰고 싶은데 문제없이 쓸 수 있는 방법은 없나요. 현재 버전은 1.2.3 입니다.

홈페이지는 이곳이고요.      http://newthing.kr

소스는 아래

<table style="line-height:150%;" align="center" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="500" height="200">
<SCRIPT>

function checkifloaded() {  
   if (imgpreload.complete) {
        nowtime=new Date()
        nowtime=nowtime.getTime()
        nowtime=nowtime-starttime
        var interval=standstill-nowtime
        if (interval<=0 ) {
            interval=1
        }
        if (firstslide) {
            interval=1
            firstslide=false
        }
        if (i_preloadloop==i_loop) {
            interval=1
        }
        timerrotate=setTimeout("rotateimages()", interval)
   }
   else {
        timercheck=setTimeout("checkifloaded()", 100)
   }
}

function preloadimage() {
        imgpreload=new Image()
        imgpreload.src="./imgurl[i_preloadloop]
}

function rotateimages() {
    i_loop=i_preloadloop
    i_preloadloop=randommaker()  
    checkpreloadtime()
    preloadimage()
    getcontent()
    if (document.all) {
        imgs.filters[i_transition].apply()
        imgs.innerHTML=contentimg
        imgs.filters[i_transition].play()
        i_transition++
        if (i_transition>21) {i_transition=0}
        mes.innerHTML=contentmes
    }    
    if (ns6) {
        document.getElementById("imgs').innerHTML=contentimg
        document.getElementById('mes').innerHTML=contentmes
    }
    if (document.layers) {
        document.topdiv.document.imgs.document.write(contentimg)
        document.topdiv.document.imgs.document.close()
        document.topdiv.document.mes.document.write(contentmes)
        document.topdiv.document.mes.document.close()
    }
    i_loop++
    checkifloaded()    
}

function randommaker() {                
        rand=Math.floor(slideshowlength*Math.random())
    return rand

}

function getcontent() {
    contentimg="<img src="./+imgurl[i_loop]+">"
    contentmes="<table cellpadding=2 cellspacing=0 border=0 bgcolor="+bgrndcolor+" width="+imagewidth+"><tr><td><font size="+fntsize+" color="+fntcolor+" face="+fntfamily+">"+message[i_loop]+"</font></td></tr></table>"
}

if (document.all) {
    document.write('<div id="topdiv" style="position:relative;width:'+imagewidth+'px;height:'+topdivheight+'px">')
    document.write('<div id="mes" style="position:absolute;"> </div>')
    document.write('<div id="imgs" style="position:absolute;filter: revealTrans(Transition=1, Duration=2) revealTrans(Transition=2, Duration=2) revealTrans(Transition=3, Duration=2)  revealTrans(Transition=4, Duration=2)  revealTrans(Transition=5, Duration=1)  revealTrans(Transition=6, Duration=2)  revealTrans(Transition=7, Duration=2)  revealTrans(Transition=8, Duration=1)  revealTrans(Transition=9, Duration=2)  revealTrans(Transition=10, Duration=1)  revealTrans(Transition=11, Duration=2)  revealTrans(Transition=12, Duration=2)  revealTrans(Transition=13, Duration=1)  revealTrans(Transition=14, Duration=2)  revealTrans(Transition=15, Duration=2)  revealTrans(Transition=16 Duration=1)  revealTrans(Transition=17, Duration=2)  revealTrans(Transition=18, Duration=2) revealTrans(Transition=19, Duration=1) revealTrans(Transition=20, Duration=2) revealTrans(Transition=21, Duration=2) revealTrans(Transition=22, Duration=2)"> </div>')
    document.write('</div>')    
}

if (ns6) {
    document.write('<div id="topdiv" style="position:relative;width:'+imagewidth+'px;height:'+topdivheight+'px">')
    document.write('<div id="mes" style="position:absolute;"> </div>')
    document.write('<div id="imgs" style="position:absolute;"> </div>')
    document.write('</div>')    
}

if (document.layers) {
    document.write('<ilayer name="topdiv" width='+imagewidth+' height='+topdivheight+'>')
    document.write('<layer name="mes"> </layer>'+ '+ ')
    document.write('<layer name="imgs"> </layer>')
    document.write('</ilayer>')    
}

function checkpreloadtime() {
  
     starttime= new Date()
        starttime=starttime.getTime()
}

function checktime() {

}

window.onresize=new Function("window.location.reload()");
window.onload=init

</SCRIPT>
        </td>
    </tr>
</table>

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
이수진849 시작모듈이 설정되어 있지 않습니다.ㅠㅠ [1] file 2009.06.08 by 백성찬
미스터멧 공지사항만 최신 공지글이 가장 아래로 올라가는 문제!! [1] 2009.06.08 by 백성찬
몽키@매직 최근게시물에서는 이미지추출이 불가능한가요? [1] 2009.06.08 by 몽키@매직
혀나겅주™ XE 1.2.3 풀버전 파일전송후 에러 좀 봐주세요!!! [11] file 2009.06.07 by 백성찬
홍씨 한글 도메인에서 폰트 사이즈 문제  
노상균 메뉴 클릭시 글자가 점점 작아지는 현상 [1] 2009.06.07 by 아카스
궁금이 2차도메인을 독립도메인연결시... [1] 2009.06.07 by 백성찬
호킁 목록서 HTML태그 먹히게 할 수 없나요? file  
cankim 레이아웃 편집 모드에서 위젯 추가시 확장메뉴 [2] 2009.06.07 by cankim
네비게이터 레이아웃 추가 생성시... 설정방법[상세히 알고싶네요..] [1] file 2009.06.07 by reform
알까 글쓰기 할때 점선 보이지 않게 할 수 없나요? [3] file 2009.06.07 by narawiz
알까 xml 파일을 직접 열람하면 노출이 됩니다. 라는 말이 무슨 말이죠? [1] file 2009.06.07 by narawiz
alljoy 외부페이지에서... [3] file 2009.06.07 by 넨네
김진하805 어디를 고쳐야 되는지 모르겠어요.... 도와주세요 [2] file 2009.06.07 by 김진하805
인류구원 이미지 슬라이딩 [1] 2009.06.07 by 인류구원
filmstyle 구버전 생성 cafe때문에 엉키고 난리.  
konbau jpg 파일 이외의 파일 업로드 불가능한 현상 어떻게 하면 수정할 수 있나요? [1] 2009.06.07 by konbau
마우징 외부페이지 인코팅 문제에대하여 물을께요~ [2] 2009.06.07 by 마우징
알까 첨부파일 용량 올리기 [2] file 2009.06.07 by konbau
다니엘SEO 쪽지 화면이 안뜬다는 얘기가 많아서요... [4] 2009.06.07 by 다니엘SEO
네비게이터 레이아웃 추가 생성시... 설정방법[상세히 알고싶네요..] [2] 2009.06.07 by 네비게이터
도봉인포 삭제,수정버튼이 안보입니다. ㅠㅠ file  
부르지오 이런질문 올려도 되나 몰겠겠네요 ㅠㅠ file  
바다 소리 문서 첨부 제한 [6] file 2009.06.07 by 바다 소리
╋KEI 제로보드XE를 제로보드4처럼 사용할수 있는지?? [1] 2009.06.07 by 차차차
아드레날린 모든 게시물에 업데이트 표시가 뜹니다  
박준상544 제로보드에도 이런 게 있나요? [5] 2009.06.07 by 박준상544
선땡이 최근게시물 질문입니다.. [2] 2009.06.07 by 선땡이
gguyy 페이지에 배너삽입에 관한 질문입니다. [3] file 2009.06.07 by 뽀칠이
도파돌이 1.0.4버전 modules/document/document.item.php 요청 [2] 2009.06.07 by 도파돌이