ภาษาไทย
<!-- 请将下的原代码插入到<body>下เลดี้--> <script language="JavaScript"> <!-- /****** สิ่งที่คุณสามารถเปลี่ยนแปลงได้ *****/ msg= "欢迎光临建站学院"; msgSize=4;//1-7 FoNt='Arial'; CoLoR='777777'; ความเร็ว=2; /****** สิ่งที่ไม่ควรเปลี่ยน *****/ ns=(document.layers)?1:0; msg=msg.split(''),จำนวน=msg.length,Y=0,X=0,ypos=0,xpos=0,ybase=อาร์เรย์ใหม่(),xbase=อาร์เรย์ใหม่(); มุม = อาร์เรย์ใหม่ (), divTop = อาร์เรย์ใหม่ (), divLeft = อาร์เรย์ใหม่ (); DocHeight=(document.layers)?window.innerHeight:window.document.body.offsetHeight; DocWidth=(document.layers)?window.innerWidth:window.document.body.offsetWidth; //การวางเลเยอร์เริ่มต้น! สำหรับ (i=0; i < จำนวน; i++){ divTop[i]=Math.round(Math.random()*DocHeight); divLeft[i]=Math.round(Math.random()*DocWidth); } if (ns){ for (i = 0; i < amount; i++) {document.write('<layer name=nsd'+i+' top=0 left=0 width='+msgSize+' height='+msgSize+ '><font face='+FoNt+' size='+msgSize+' color='+CoLoR+'>'+msg[i]+'</font></layer>');} window.captureEvents(Event.MOUSEMOVE ); ฟังก์ชั่น nsMouse (evnt) { ypos = evnt.pageY-20; xpos = evnt.pageX-10; } window.onMouseMove = nsMouse; } else{ document.write('<div id="hldr" style="position:absolute;top:0px;left:0px">') document.write('<div style="position:relative">') สำหรับ (i=0; i < จำนวน; i++) {document.write('<div id=ied style="position:absolute;top:0px;left:0px;width:'+msgSize+';height:'+msgSize+ '"><font face='+FoNt+' size='+msgSize+' color='+CoLoR+'>'+msg[i]+'</font></div>')} document.write('</ div></div>') ฟังก์ชัน ieMouse(){ ypos = event.y-20; xpos = เหตุการณ์.x-10; } document.onmousemove = ieMouse; } ฟังก์ชั่น GoToMouse(){ var DocHeight=(document.layers)?window.innerHeight:window.document.body.offsetHeight; var DocWidth=(document.layers)?window.innerWidth:window.document.body.offsetWidth; var iscrll=(document.all)?document.body.scrollTop:0; var nscrll=(document.layers)?window.pageYOffset:0; ถ้า (!ns)hldr.style.top=iscrll; สำหรับ (i=0; i <จำนวน; i++){ Y = ypos - divTop[i]; X = xpos - divLeft[i]; มุม[i] = Math.round(Math.atan2(Y,X) * 180/Math.PI); ถ้า (มุม[i] < 0) มุม[i] += 360; ybase[i]=Math.round(Math.random()*DocHeight); xbase[i]=Math.round(Math.random()*DocWidth); ตัวแทน=Math.round(Math.random() * 3); พิเศษ=Math.round(Math.random() * 200) ถ้า (ตัวแทน == 3)xbase[i] =-พิเศษ; ถ้า (ตัวแทน == 2)xbase[i] =DocWidth+พิเศษ; ถ้า (ตัวแทน == 1)ybase[i] =-พิเศษ; ถ้า (ตัวแทน == 0)ybase[i] =DocHeight; y = Math.round(ความเร็ว*Math.sin(มุม[i]*Math.PI/180)); x = Math.round(ความเร็ว*Math.cos(มุม[i]*Math.PI/180)); divTop[i]+=y; divLeft[i]+=x; if ((divLeft[i] > xpos-speed) && (divLeft[i] < xpos+speed/1.5) && (divTop[i] >= ypos-speed/1.5) && (divTop[i] <= ypos+ความเร็ว /1.5)) {divTop[i]=ybase[i]+nscrll;divLeft[i]=xbase[i]} var layer=(document.layers)?document.layers['nsd'+i]:ied[i ].สไตล์; layer.top=divTop[i];layer.left=divLeft[i]; } S=setTimeout('GoToMouse()',10); } window.onload=GoToMouse; //--> </สคริปต์>