24/07/2002, 12:37
|
| | | Fecha de Ingreso: noviembre-2001 Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 1 mes Puntos: 0 | |
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>
();">
;) |