Español
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Paso 1: Agregue el siguiente código a <head> Área--> <!--Agregue el siguiente código al área <body>--> <script language="JavaScript"> hexa = new MakeArray(16) hexa[10] = "A" hexa[11] = " B" hexa[12] = "C" hexa[13] = "D" hexa[14] = "E" hexa[15] = "F" function MakeArray(n) { this.length = n for (var i = 0; i <= n; i++) this[i] = devuelvo esto } función colores(texto){ var posa = 0 var posb = 1 while (posa <= text.length){ var r = Math.floor(Math .random() * 15) var rr= Math.floor(Math.random() * 15) var g = Math.floor(Math.random() * 15) var gg = Math.floor(Math.random() * 15) var b = Math.floor(Math.random() * 15) var bb = Math.floor(Math.random() * 15) if (text.substring(posa,posb) == "<"){ var posaa = 0 posaa = posa while (text.substring(posaa,posb) != ">"){ posaa++ posb++ } document.write(text.substring(posa, posb)) posa = posb posb = posa + 1 } documento. write("<font color=#"+hexa[r]+hexa[rr]+hexa[g]+hexa[gg]+hexa[b]+hexa[bb]+">") document.write(text. substring(posa, posb)+"</font>") posa++ posb++ } } </script> <script language = "javascript"> text = "Este JavaScript muestra cada dos letras del texto como un texto diferente y aleatorio." +="También puedes usar cualquier código <blink> <font size=9> HTML </font> </blink> que quieras" text +=" Siempre y cuando no uses comillas y los comandos tengan un espacio entre ellos." text +=" Puedes usar cualquier color de fondo o imagen que desees, pero se sugiere blanco o negro" text +="d <b> <u>¡¡DIVIÉRTETE </u> </ u> b>" colores(texto) </script>