Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/11/2003, 08:21
Avatar de Kaopectate
Kaopectate
Colaborador
 
Fecha de Ingreso: diciembre-2001
Ubicación: Curaçao (Antillas Holandesas)
Mensajes: 3.179
Antigüedad: 23 años, 2 meses
Puntos: 38
Hola KillerBKS.

Prueba esto, te debe llevar directo al segundo campo.

Código PHP:
<html>
 <
head>
 </
head>
 <
body>
  <
form name="frm">
   <
input type="text" name="el1">
   <
input type="text" name="el2">
   <
input type="text" name="el3">
  </
form>
  <
script language="JavaScript">
   
document.frm.el2.focus();
  
</script>
 </body>
</html> 
Saludos.