Click to See Complete Forum and Search --> : Sending Emails


alex222
02-16-2003, 11:48 AM
Is there anyway to make a button which sends an email when pressed?

Zach Elfers
02-16-2003, 11:59 AM
<form action="mailto:email@host.net">
<input type="hidden" name="thisWillBeEmail" value="This will be emailed after the submit button is pressed">
<input type="submit" value="Send">
</form>