English
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Script description: Step 1: Add the following code In the <head> area--> <SCRIPT language=javascript> <!-- function makeArray(q){for(i=1;i<=q;i++){this[i]=0}}Colors=new makeArray (7);Colors[1]="00";Colors[2]="33";Colors[3]="66";Colors[4]="99";Colors[5]="CC";Colors [6]="FF"; --> </SCRIPT> <!--Step 2: Add the following code to the <body> area --> <center><table cellspacing=0 cellpadding=0><SCRIPT language =javascript> <!-- for(i=1;i<=6;i++){for(j=1;j<=6;j++){for(k=1;k<=6;k++){var thiscolor=Colors[i]+Colors[j]+Colors[k];document.writeln("<tr><td height = 20 bgcolor = "#" + thiscolor + "" align = right><a href = ");document.writeln("'' onMouseOver = "document.bgColor='"+thiscolor+"'">"+thiscolor+"</a></td></tr>"); }}} --> </SCRIPT></table></center>