웹마스터 팁

미리보기 : http://allzza.net/ver1/aboard/aboard.php?id=free_pds&dbf=19&mode=source




<script>

head_tag = "<table border=0 cellpadding=0 cellspacing=0 width=100% bgcolor=cccccc>";
main_tag_1 = "<tr><td height=7>";
main_tag_2 = "</td></tr>";
close_tag = "</table>";

hr_color = new Array("000000","ffff00","ff00ff","00ffff","ff0000","00ff00","0000ff");

function _load()   {
    
     xx = parseInt(document.all.mylay.style.left) + 2;
     m=Math.floor(Math.random() * 10);
     n = Math.floor(Math.random() * hr_color.length);
     inner_tag = head_tag;
     for(i=0;i<10;i++)  {
         inner_tag += main_tag_1;
         if(i == m)  inner_tag += "<hr width=100% size=1px color=" + hr_color[n] + " noshade>";
         inner_tag += main_tag_2;
         }
     inner_tag += close_tag;
     document.all.mylay.innerHTML = inner_tag + inner_tag + inner_tag + inner_tag + inner_tag + inner_tag + inner_tag + inner_tag;
     document.all.mylay.style.left = xx;
     if(xx <1100) setTimeout("_load()",10);
     else document.all.mylay.style.visibility = 'hidden';
     }


</script>

<body onload="_load()">

<div id=mylay style="position:absolute;top:0;left:0;width:1000;height:2000;visibility:visible;z-index:2">
</div>

<div id=mylay2 style="position:absolute;top:0;left:0;width:1000;height:2000;visibility:visible;z-index:1">

<img src=http://www.kangwhado.co.kr/kangwhado21/bbsupfiles/DSCN5753%20copy.jpg width=1024 height=768>
</div>
제목 글쓴이 날짜
간단한 점프메뉴(selecter) [14] 박재현 2003.04.14
페이지 프린트 제어 하기 [1] RedEye 2003.04.14
부라우저 타이틀 제어? [1] RedEye 2003.04.14
현재 데이터를 읽는 중입니다. 잠시만 기다려주세요~!! RedEye 2003.04.12
두드려라! 그러면 돌아갈 것이다~ [3] RedEye 2003.04.12
001 ~ 999 순차적인 리스트 만들기 [8] 아이쿠 2003.04.10
현재 접속 시간을 택스트로 뿌려주는 소스... [8] 이태운 2003.04.04
Pop-up Window 생성기 [1] xcool 2003.04.03
프레임에서 버튼으로 타겟 지정하기!! [1] RedEye 2003.04.01
엔지오식 좌측이동메뉴 레이어 가운데기준정렬 [11] 스티치 2003.03.29
[초보 강좌] 쉬운 사칙연산을 하여보자 첫번째 [3] ZipShin 2003.03.27
책갈피로 띄운 새창내용 바로가서 보기 RedEye 2003.03.27
무료로 컵받침을 만들어주는 스크립트... -_-;; [18] 행복한고니 2003.03.25
입력된 내용대로 출력하는 JS 소스코드 생성기 [1] xcool 2003.03.25
주민등록번호로 자동으로 생일, 성별체크 [3] [포터]아렌티 2003.03.19
그림을 생성시키는 듯한 효과의 스크립트 [5] 미친개 2003.03.17
비밀번호 실시간 확인 스크립트 - 제로보드 응용버전 [2] 세죠위그이 2003.03.14
자바 스크립트 소스 올릴때 예제 쉽게 보이기 [2] xcool 2003.03.12
비밀번호 실시간(?) 확인 스크립트;;; [11] Zective 2003.03.09
[re] 비밀번호 실시간(?) 확인 스크립트;;; 개인적으로 수정 [2] 아이쿠 2003.03.15