link to the form with reset link to the form with choosing of subjects You can use JavaScript to send an e-mail message to a specified address. The benefit of this is that you can format the message so that it reads like a regular piece of mail rather than having it be sent in the standard name=value pairs of a normal 'mailto:' form. The disadvantage is that there is no way using JavaScript to confirm that the message has actually been sent. That is, when the browser is set to confirm before submitting forms through email. Of course using a cgi script as the target would solve that. |