urgente!!
alguien sabe como activar un submit al momento de perder el foco de un text???
:( :( :(
| ||||
Re: submit al perder el foco!!!
Código:
<language script=javascript> fucntion enviar() { document.formulario.submit(); } </script> .. <form name=formulario action=pagina.asp method=post> .. .. <input type=text name=caja OnBlur="enviar .. .. </form> ();"> ;) |
| ||||
Re: submit al perder el foco!!! jejeje sorry Cita: <input type=text name=caja OnBlur="enviar .. .. </form> ();"> <input type=text name=caja OnBlur="enviar();"> .. .. </form> |