웹마스터 팁

미리보기 : 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>
제목 글쓴이 날짜
ls 명령어 팁... [3] -zenple_nux 2003.01.26
[mysql]정말 간단한 사용자 계정 주기 [1] 화니 2003.02.04
[간단한팁]아파치에서 ASP사용하기 [5] 한희진 2003.02.04
[성공했음]Apache에서 ASP돌리기 (Apache::ASP이용) for Windows 초고속강좌 [9] 한희진 2003.02.05
[JSP설치1탄]Windows에서 APM+Tomcat4.1.x버전 연동하기 (for Windows2000,XP) 한희진 2003.02.06
[JSP설치2탄]mod_jk를 이용한 Apache와 Tomcat의 연동[for Windows98/NT/2000] [1] 한희진 2003.02.06
새로운 방식의 APM 컴파일법 [13] Dopesoul 2003.02.07
MySQL 3.23.53a 이하 패치하세요!! [7] 바른생활 NGEO 2003.02.11
레드햇 8.0 에 젠드옵티마이져(Zend optimizer) 2.1.0 설치-왕초보용 [7] 정인배 2003.02.13
램디스크 활용 [6] Dopesoul 2003.02.14
리눅스에서 표준출력으로 출력되는 모든 메시지를 파일로 만들기 [1] Dopesoul 2003.02.19
잘못풀린 Tar 파일이나 기타 패키지파일 지우기 Dopesoul 2003.02.19
php-accelerator <- zend보다 빠른 phpcache [6] 푸른하늘 2003.02.20
아파치에서 펄 CGI를 쓰려면... [3] okw1003 2003.02.23
phpMyAdmin 보안설정하기 [5] 겨울늑대 2003.02.27
qmail-1.03설치① (ucspi-tcp모듈) 비츠로 2003.02.28
qmail-1.03설치② (checkpassword 인증모듈) 비츠로 2003.02.28
qmail-1.03설치③ (qmail설치) 비츠로 2003.02.28
qmail-1.03설치④ (vpopmail 인증모듈) 비츠로 2003.02.28
qmail-1.03설치④ (vpopmail+mysql) 비츠로 2003.02.28