Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/02/2002, 11:36
ELEONS
 
Fecha de Ingreso: diciembre-2001
Mensajes: 248
Antigüedad: 22 años, 5 meses
Puntos: 0
Re: alguien tiene un codigo q rote texto?

Mira esto
<HTML>
<BODY>
<font color="#FFD414"><form name="random"><input type="text" style="background-color: #000000; color: #FFFF00; text-color:white;" name="random" size=70 value=""></form>
<SCRIPT LANGUAGE="JavaScript">
<!--
function getMessage() {
var ar = new Array(27)
ar[0] = "A."
ar[1] = "b."
ar[2] = "c."
ar[3] = "d."
ar[4] = "e."
ar[5] = "f."
ar[6] = "g"
ar[7] = "h"
ar[8] = "i"
ar[9] = "j"
ar[10] = "k"
ar[11] = "l"
ar[12] = "m"
ar[13] = "n"
ar[14] = "o"

var now = new Date()
var sec = now.getSeconds()
document.random.random.value="Lo q quieras: " + ar[sec % 15]
}
getMessage()
//-->
</SCRIPT>
<HEAD>
</HEAD>

</BODY>
</HTML>