Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/09/2005, 09:01
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 5 meses
Puntos: 381
Buenas,

puedes pedirle algo así

<input type="text" onkeyup="this.value = this.value.toUpperCase()" onkeydown="this.value = this.value.toUpperCase()" />