1234567
<!-- ... --><body> <form name="MyForm" action="mailer.pl" method="get"> <input onBlur="document.MyForm.submit()"> </form> </body><!-- ... -->