![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
![]() |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#1
|
|||
|
|||
|
tabulacion automatica
Hola amigos me gustaria saber si es posible hacer desde html o php, q cuando lleno un campo de texto salte al siguiente campo sin tener que darle al tabulador gracias
|
|
#2
|
||||
|
||||
|
Código:
<script>
form.input1.onchange = function(){
if (this.value.length() == this.maxLength)
form.edit2.focus();
} ;
</script>
__________________
E pur si muove |
![]() |
|
|
|