中文(繁体)
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!-- 第一步:把下面的程式碼加入<head >區域中--> <SCRIPT language=javascript1.2> <!-- hexa = new Array(16); for(var i = 0; i < 10; i++) hexa[i] = i;十六進位[10] =“a”;十六進位[11] =“b”;十六進位[12] =“c”;十六進位[13] =“d”;十六進位[14] =“e”;六角形[15]=“f”;函數 hex(i) { if (i < 0) 回傳「00」;否則如果 (i > 255) 返回“ff”;否則返回 "" + hexa[Math.floor(i/16)] + hexa[i%16]; } 函數 setbgColor(r, g, b) { var hr = hex(r); var hg = 十六進位(g); var hb = 十六進位(b); document.bgColor = "#"+hr+hg+hb; } function fade(sr, sg, sb, er, eg, eb, step) { for(var i = 0; i <= step; i++) { setbgColor( Math.floor(sr * ((step-i)/step ) ) + er * (i/步)), Math.floor(sg * ((步-i)/步) + 例如* (i/步)), Math.floor(sb * ((步-i)/步) + eb * (i/步))); } } //--> </SCRIPT> <!--第二步: 把如下程式碼加入<body>區域中--> <SCRIPT language=javascript1.2> <!-- for(i=1;i <=10;i++) { document.write("<div id="star"+i+"" style="position:absolute;top:80%;left:"+(Math.floor(Math.random ) ()*5)+9*(i-1))+"%;寬度:21;高度:21;可見性:隱藏;"><dd><img src="star.gif" WIDTH = "21" HEIGHT="21"></dd></div>"); } function randommove() { for(i=1;i<=10;i++) eval("star"+i+".style.top=get_top()"); } 函數 get_top() { var t,t2; t=Math.floor(Math.random()*380); t2=t.toString()+"px";返回(t2); } function set_visible() { for(i=1;i<=10;i++) eval("star"+i+".style.visibility="visible""); banner.style.visibility="可見"; Friends.style.visibility="可見";高(圖); } 函數 bar_show() { bar.style.visibility="visible"; } 函數 start_it() { 淡入淡出(255,255,255, 0,0,0, 50); setInterval("隨機移動()",1000); set_visible(); setTimeout("bar_show()",2000); } 函數 end_it() { Banner.style.visibility="隱藏"; Friends.style.visibility="隱藏"; pic.style.visibility="隱藏";淡入淡出(0,0,0,255,255,255,10); } --> </SCRIPT> <!--第三步: 把<body>改為--> <BODY aLink=#ffffff bgColor=#ffffff link=#ffffff onload=start_it() onunload=end_it() text =#ffffff topMargin=0 vLink=#ffffff>