한국어
<!--把下列代码放到body区域内--> <script 언어="JavaScript"> self.onError = null; 현재X = 현재Y = 0; whichIt = null; lastScrollX = 0; lastScrollY = 0; NS = (document.layers) ? 1:0; IE = (document.all) ? 1:0; <!-- 스토커 코드 --> function heartBeat(objectid) { if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; } if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; } if(diffY != lastScrollY) { 퍼센트 = .1 * (diffY - lastScrollY); if(퍼센트 > 0) 퍼센트 = Math.ceil(퍼센트); else 퍼센트 = Math.floor(퍼센트); if(IE) { objectid = objectid.split(";"); for (i = 0; i < objectid.length; i++) eval("document.all."+objectid[i]).style.pixelTop += 퍼센트; } if(NS) { objectid = objectid.split(";"); for (i = 0; i < objectid.length; i++) eval("document."+objectid[i]).top += 퍼센트; } lastScrollY = lastScrollY + 퍼센트; } if(diffX != lastScrollX) { 퍼센트 = .1 * (diffX - lastScrollX); if(퍼센트 > 0) 퍼센트 = Math.ceil(퍼센트); else 퍼센트 = Math.floor(퍼센트); if(IE) { objectid = objectid.split(";"); for (i = 0; i < objectid.length; i++) eval("document.all."+objectid[i]).style.pixelLeft += 퍼센트; } if(NS) { objectid = objectid.split(";"); for (i = 0; i < objectid.length; i++) eval("document."+objectid[i]).left += 퍼센트; } lastScrollX = lastScrollX + 퍼센트; } } <!-- /STALKER 코드 --> if(NS || IE) action = window.setInterval("heartBeat('floater;floater1;floater2;floater3')", 5); if (IE){ document.write("<DIV id='floater' style='LEFT: 5px; TOP: 310px; POSITION: 절대; WIDTH: 83; VISIBILITY: visible; Z-INDEX: 10;'><a href='http://www.downcodes.com' target='_blank'><IMG src='' height='100' width='100' border='0'></a></DIV>" ) document.write("<DIV id='floater1' style='LEFT: 5px; TOP: 420px; POSITION: 절대; WIDTH: 83; VISIBILITY: visible; Z-INDEX: 10;'><a href='http ://www.downcodes.com' target='_blank'><IMG src='' height='80' width='80' border='0'></a></DIV>") document.write ("<DIV id='floater2' style='right: 5px; TOP: 310px; POSITION: 절대; WIDTH: 83; VISIBILITY: visible; Z-INDEX: 10;'><a href='http://bbs .downcodes.com/' target='_blank'><IMG src='' height='100' width='100' border='0'></a></DIV>") //document.write( "<DIV id='floater3' 스타일='오른쪽: 5px; TOP: 420px; 위치: 절대; WIDTH: 83; VISIBILITY: 표시; Z-INDEX: 10;'><a href='http://www. downcodes.com/' target='_blank'><IMG src='' height='80' width='80' border='0'></a></DIV>") document.write("<DIV id='floater3' style='right: 5px; 상단: 420px; 위치: 절대; 폭: 83; 가시성: 가시성; Z-INDEX: 10;'><a href='http://www.downcodes.com' target='_blank'><IMG src='' height='80' width='80' border='0' ></a></DIV>") } if (NS){ document.write("<layer id=myleft top=400 width=80 height=80></layer>"); } </script>