E-Mail Button
Create A "Mail To" Button
Try this script:
<!-- START OF SCRIPT -->
<form>
<INPUT TYPE="button" VALUE="Send An E-mail" onClick="parent.location='mailto:yourname@domain.com (Your Name)?subject=Test Mailto Script">
<FORM>
<!-- END OF SCRIPT -->
It will create a button like the following:
|
|