Português
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Descrição do script: Etapa 1: adicione o seguinte código em a área <head>--> <SCRIPT language=javascript> <!-- function makeArray(q){for(i=1;i<=q;i++){this[i]=0}}Colors=new makeArray (7);Cores[1]="00";Cores[2]="33";Cores[3]="66";Cores[4]="99";Cores[5]="CC";Cores [6]="FF"; --> </SCRIPT> <!--Etapa 2: Adicione o seguinte código à área <body> --> <center><table cellpacing=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=Cores[i]+Cores[j]+Cores[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>