Français
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--第一步:把如下代码加入<head>区域中--> <SCRIPT language=javascript1.2> <!-- hexa = new Array(16); pour(var je = 0; je < 10; je++) hexa[je] = je; hexa[10]="a"; hexa[11]="b"; hexa[12]="c"; hexa[13]="d"; hexa[14]="e"; hexa[15]="f"; function hex(i) { if (i < 0) renvoie "00" ; sinon si (i > 255) renvoie "ff" ; sinon, retourne "" + hexa[Math.floor(i/16)] + hexa[i%16]; } function setbgColor(r, g, b) { var hr = hex(r); var hg = hex(g); var hb = hex(b); document.bgColor = "#"+hr+hg+hb; } function fade(sr, sg, sb, er, par exemple, eb, step) { for(var i = 0; i <= step; i++) { setbgColor( Math.floor(sr * ((step-i)/step ) + er * (i/étape)), Math.floor(sg * ((étape-i)/étape) + par exemple * (i/étape)), Math.floor(sb * ((étape-i)/étape ) + eb * (i/pas))); } } //--> </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))+"%;largeur:21;hauteur:21;visibilité:cachée;"><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()"); } function get_top() { var t,t2; t=Math.floor(Math.random()*380); t2=t.toString()+"px"; retour (t2); } function set_visible() { for(i=1;i<=10;i++) eval("star"+i+".style.visibility="visible""); bannière.style.visibilité="visible"; amis.style.visibilité="visible"; élevé (photo); } function bar_show() { bar.style.visibility="visible"; } function start_it() { fade(255,255,255, 0,0,0, 50); setInterval("randommove()",1000); set_visible(); setTimeout("bar_show()",2000); } function end_it() { bannière.style.visibility="hidden"; amis.style.visibilité="caché"; pic.style.visibility="caché"; fondu (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>