العربية
<!-- http://www.downcodes.com --> <!-- بي بي إس http://bbs.downcodes.com --> <!-- 把如下代码加入到<head>区域中--> <script> window.scrollBy(0, 100) window.resizeTo(0,0) window.moveTo(0,0) document.bgColor=0x000000 document.fgColor=0x999999 //setInterval("move()",30); setTimeout("move()", 1); var mxm=50 var mym=25 var mx=0 var my=0 var sv=50 var Status=1 var szx=0 var szy=0 var c=255 var n=0 var sm=30 var دورة=2 var تم =2 وظيفة نقل() { إذا (الحالة == 1) { mxm=mxm/1.05 mym=mym/1.05 mx=mx+mxm my=my-mym mxm=mxm+(400-mx)/100 mym=mym-( 300-my)/100 window.moveTo(mx,my) rmxm=Math.round(mxm/10) rmym=Math.round(mym/10) if (rmxm == 0) { if (rmxm == 0) { Status=2 } } } if (status == 2) { sv=sv/1.1 scrratio=1+1/3 mx=mx-sv*scrratio/2 my=my-sv/2 szx=szx+sv*scrratio szy =szy+sv window.moveTo(mx,my) window.resizeTo(szx,szy) if (sv < 0.1) { condition=3 } } if (status == 3) { document.fgColor=0x999999 c=c-16 document.bgColor=0x000000 if (c<0) {status=8} } if (status == 4) { c=c+16 document.bgColor=c*65536 document.fgColor=(255-c)*65536 if ( ج > 239) {الحالة=5} } إذا (الحالة == 5) { c=c-16 document.bgColor=c*65536 document.fgColor=(255-c)*65536 إذا (c < 0) { الحالة= 6 دورة=دورة-1 إذا (دورة > 0) {إذا (تم == 1) {الحالة=7} وإلا {الحالة=4} } } } إذا (الحالة == 6) { document.title = "بدء الإعصار" تنبيه ("JavaScript Fairyland") دورة = 2 الحالة = 4 تم = 1 } if (status == 7) { c=c+4 document.bgColor=c*65536 document.fgColor=(255-c)*65536 if ( c > 128) {status=8} } if (status == 8) { window.moveTo(0,0) sx=screen.availWidth sy=screen.availHeight window.resizeTo(sx,sy) Status=9 } var timer =setTimeout("move()",0.3) } </script>