한국어
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!-- <body> 영역에 다음 코드를 추가합니다. 그림 원하는 것을 선택할 수 있습니다 --> <body background="Back" bgproperties=fixed link="#FF6699" vlink="#FF9999"> <script> <!-- 시작 var snowsrc="/u/info_img/2009 -06/20 /9501_logo.gif"//그림 사용자 정의 var no = 11; // 눈 수 var speed = 11; // 숫자가 작을수록 눈이 더 빨리 이동합니다. var ns4up = (document.layers) ? 1 : 0; // 브라우저 스니퍼 var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; // 좌표 및 위치 변수 var am, stx, sty; // 진폭 및 단계 변수 var i, doc_width = 1000, doc_height = 1200; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientHeight; } dx = new Array(); xp = new Array(); am = new Array(); sty = new Array() for (i = 0; i < no; ++ i) dx[i] = 0; // 좌표 변수 설정 xp[i] = Math.random()*(doc_width-50); // 위치 변수 설정 yp[i] = Math.random()*doc_height; ] = Math.random()*20; // 진폭 변수 설정 stx[i] = 0.02 + Math.random()/10; // 단계 변수 설정 sty[i] = 0.7 + Math.random(); 단계 변수 설정 if (ns4up) { // 레이어 설정 if (i == 0) { document.write("<layer name="dot"+ i +"" left="15" top=" 15" visible ="show"><img src='"+snowsrc+"' border="0"></layer>") } else { document.write("<레이어 이름=" dot"+ i +"" left="15" top="15" visible="show"><img src='"+snowsrc+"' border="0"></ 레이어>") ; } } else if (ie4up) { if (i == 0) { document.write("<div id="dot"+ i +"" style="POSITION: 절대; Z- 인덱스: "+ i +"; 가시성: 상단: 15px;"><img src='"+snowsrc+"' border="0"></a></div>" ); } else { document.write("<div id="dot"+ i +"" style="위치: 절대; Z-INDEX: "+ i +"; 가시성: 표시; TOP: 15px; LEFT: 15px; "><img src='"+snowsrc+"' border="0"></div>") } } } function snowNS() { // Netscape 기본 애니메이션 함수(i = 0; i < no; ++ i) { // 모든 점에 대해 반복 yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random() *(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + sty[i] = 0.7 + doc_width = self .innerWidth = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; left = xp[ i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", 10) } function snowIE() { // (i = 0; i < no; ++ i) { // 모든 점에 대해 반복 yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random() *(doc_width- am[i]-30); yp[i] = 0; stx[i] = 0.02 + sty[i] = 0.7 + doc_width(); .body.clientWidth ; doc_height = document.body.clientHeight; } dx[i] += stx[i]; document.all["dot"+i].style.pixelTop = yp[i]; dot"+i ].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowIE()", 10); } if (ns4up) { snowNS( ); } else if (ie4up) { snowIE() } </script> </body>