☆ORC☆      2001/12/29 14:53:11     11237     0   
   타자 치는 효과 텍스트.
<SCRIPT language=JavaScript1.2>

        var line=new Array()
                line[1]="여기다가쓸말"
                line[2]="요기다두 쓸말"

        var ts_fontsize="10px"
        var longestmessage=1
        for (i=2;i<line.length;i++){
                if (line[i].length>line[longestmessage].length)
                longestmessage=i
}

        var tscroller_width=line[longestmessage].length
                lines=line.length-1

        if (document.all||document.getElementById){
                document.write('<form name="bannerform">')
                document.write('<input type="text" name="banner" size="'+tscroller_width+'"')
                document.write('  style="background-color: '+document.bgColor+'; color:#dddddd '+document.body.text+'; font-family: verdana; font-size: '+ts_fontsize+'; font-weight:bold; border: medium none;" onfocus="blur()">')
                document.write('</form>')
}

                temp=""
                nextchar=-1;
                nextline=1;
                cursor="\\"
        function animate(){
        if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
                nextline++;
                nextchar=-1;
                document.bannerform.banner.value=temp;
                temp="";
                setTimeout("nextstep()",1000)
        }
        else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
                nextline=1;
                nextchar=-1;
                document.bannerform.banner.value=temp;
                temp="";
                setTimeout("nextstep()",1000)
        }
        else{
                nextstep()
        }
}

        function nextstep(){
                if (cursor=="\\"){
                        cursor="|"
                }
                else if (cursor=="|"){
                        cursor="/"
                }
                else if (cursor=="/"){
                        cursor="-"
                }
                else if (cursor=="-"){
                        cursor="\\"
                }

        nextchar++;
        temp+=line[nextline].charAt(nextchar);
        document.bannerform.banner.value=temp+cursor
        setTimeout("animate()",20)}

        if (document.all||document.getElementById)
                window.onload=animate

</SCRIPT>


4~5번째 줄에 쓸말을 적으세요.
계정이 없어서 예재는 보여드리기 힘들구여
Compuz에서 카드 돼면 그때나 예재두해서 자주 올리죠
저기 4~5번째줄 line[1]이런형식으로 됀거line[3],line[4]
저런형식으로 늘려주시면 됩니당~~ 수겅^^*
   
코멘트를 작성하시면 2 포인트가 지급됩니다.

       

69 제로보드 자체 아웃로그인 적용하기 05/09 12270
68 귀여운 케릭터를 홈페이지에 등장 시키자.. [1] 정성훈 05/02 11162 07/27(05:52)
67 [팁(?)]권한 없는 페이지에서... izen 04/19 11095
66 [팁(?)]아래에 이어 또 다른 방법--권한없는 페이... izen 04/19 11092
65 [팁(?)]로그아웃시 페이지 이동 시키기... izen 04/19 11094
64 제로보드로 관리자영역 만들기 izen 04/18 11188
63 한메일(다음)로 가입못하게 하기 figmallion 04/16 12159
62 회원가입후 축하메일보내기 figmallion 04/16 13600
61 쇼핑몰 프로그래 무료배포 UPW 04/12 13925
60 멋진 방문자통계 툴입니다. n@log [4] 권대헌 03/29 11654 06/13(16:19)
59 [제누스팁]MP3파일를 검색하여 윈앰프로 실시간 ... 03/28 11804
58 [제누스팁]최신가요리스트실시간뽑아오기 03/28 11331
57 [제로보드]비밀번호 찾기 메일발송 에러시... 03/28 12971
56 [제누스팁]남은 계정 용량 보여주는 PHP프로그램 03/27 11457
55 MySQL 비번 변경하기 [2] 송군 03/15 11208 03/30(20:29)
FIRST714151617181920LAST