Español
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Descripción del script: Paso 1: Agregue el siguiente código en el área <head>--> <SCRIPT language=javascript> <!-- function makeArray(q){for(i=1;i<=q;i++){this[i]=0}}Colors=new makeArray (7);Colores[1]="00";Colores[2]="33";Colores[3]="66";Colores[4]="99";Colores[5]="CC";Colores [6]="FF"; --> </SCRIPT> <!--Paso 2: Agregue el siguiente código al área <body> --> <center><tablecellspacing=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=Colores[i]+Colores[j]+Colores[k];document.writeln("<tr><td height = 20 bgcolor = "#" + thiscolor + "" align = right><a href = ");document.writeln("'' onMouseOver = "document.bgColor='"+estecolor+"'">"+estecolor+"</a></td></tr>"); }}} --> </SCRIPT></table></center>