![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/01/2003, 06:01
|
![Avatar de Cain](http://static.forosdelweb.com/customavatars/avatar9591_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 23 años, 1 mes Puntos: 17 | |
Código:
<form name="formulari" action="pagina.htm" method="post">
<input type="Text" name="camp1" size="2" onchange="Javascript: if(document.formulari.camp1.value.length == 2){document.formulari.camp2.focus();};">
<input type="Text" name="camp2" size="20">
</form>
|