17/09/2005, 09:01
|
| 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()" /> |