01/06/2005, 01:50
|
| Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses Puntos: 772 | |
Hola mariogl84
Intentalo así:
Código:
<input type="text" maxlength="5" onkeyup="if (this.value.length == this.getAttribute('maxlength')) txt.focus()" />
<input type="text" name="txt" />
Saludos, |