Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   PHP (https://www.clubdelphi.com/foros/forumdisplay.php?f=15)
-   -   tabulacion automatica (https://www.clubdelphi.com/foros/showthread.php?t=18380)

aram2r 10-02-2005 12:23:30

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

marto 10-02-2005 12:44:00

Código:

<script>
  form.input1.onchange = function(){
    if (this.value.length() == this.maxLength)
      form.edit2.focus();

  } ;
</script>



La franja horaria es GMT +2. Ahora son las 10:26:02.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi