Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/08/2011, 11:20
kinto
 
Fecha de Ingreso: junio-2011
Mensajes: 59
Antigüedad: 12 años, 10 meses
Puntos: 0
submit automatico

bueno q tal disculpen por las molestias
pero quisiera saber como puedo enviar un submit al pasar a otro campo
en ves de tener un boton,
cuando pase al otro campo este se envie automaticamente
Código PHP:

<form name="correo" action="checkmail.php" method="get"
           <
td width="203"> <li style="list-style: none outside none; height:75px" class=  "validated" id="correo_li"
               <
label class="b" for="correo">Email:</label><br /> 
           <
input name="correo" id="correo" type="correo" value="" maxlength="50"  /> 
           <
input type="button"  value="verificar" class="boton" onclick="validar();"/> 
           <
div class="a" id="correo_msg"></div>              
           <
td width="9"
           <
div  id="correo_img"></div></td>            
           </
li></td

   <
td width="203"><li style="list-style: none outside none; height:75px" class="validated" id="nombre_li"
               <
label  class="b" for="nombre">Nombre:</label><br /> 
               <
span class="validated" style="list-style: none outside none;"
               <
input name="nombre" id="nombre" type="nombre" maxlength="30"  /> 
               <
div class="a" id="nombre_msg"></div>  
               </
span
               <
td width="0"
               <
div align="right" id="nombre_img"></div></td
                  </
li></td

           </
form