Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/04/2005, 00:56
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses
Puntos: 772
Hola PabloP

Usa esto:
Código:
<input type="text" onkeyup="t2.value = this.value.toUpperCase()" />
<input type="text" name="t2" />
Saludos,