Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/08/2004, 14:50
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Por cierto, en mis pruebas llamaba a la función al perder el foco

Cita:
<form name="form1" id="form1" method="post" action="">
<input name="rut" type="text" id="rut" />
<input name="dig" type="text" id="dig" onblur="verifica(this.form)" />
</form>