Français
<!--把下列代码放到body区域内--> <script language="JavaScript"> self.onError = null; courantX = courantY = 0 ; whichIt = nul ; dernierDéfilementX = 0 ; dernierDéfilementY = 0 ; NS = (document.layers) ? 1 : 0 ; IE = (document.all) ? 1 : 0 ; <!-- STALKER CODE --> function heartBeat(objectid) { if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; } if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; } if(diffY != lastScrollY) { percent = .1 * (diffY - lastScrollY); if(pourcentage > 0) pourcent = Math.ceil(pourcentage); sinon pour cent = Math.floor (pour cent); if(IE) { idobjet = idobject.split(";"); for (i = 0; i < objectid.length; i++) eval("document.all."+objectid[i]).style.pixelTop += percent; } if(NS) { idobject = idobject.split(";"); for (i = 0; i < objectid.length; i++) eval("document."+objectid[i]).top += percent; } lastScrollY = lastScrollY + pourcentage ; } if(diffX != lastScrollX) { percent = .1 * (diffX - lastScrollX); if(pourcentage > 0) pourcent = Math.ceil(pourcentage); sinon pour cent = Math.floor (pour cent); if(IE) { idobjet = idobject.split(";"); for (i = 0; i < objectid.length; i++) eval("document.all."+objectid[i]).style.pixelLeft += percent; } if(NS) { idobject = idobject.split(";"); for (i = 0; i < objectid.length; i++) eval("document."+objectid[i]).left += percent; } lastScrollX = lastScrollX + pourcentage ; } } <!-- /STALKER CODE --> 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: absolue; 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: absolue; 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 : absolue ; LARGEUR : 83 ; VISIBILITÉ : 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' style='right : 5px ; TOP : 420px ; POSITION : absolue ; LARGEUR : 83 ; VISIBILITÉ : 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='floater3' style='right: 5px; HAUT : 420 px ; POSITION : absolue ; LARGEUR : 83 ; VISIBILITÉ : visible ; 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>