Let your visitors send you e-mail with a predetermined subject!
JavaScript Source Code 3000: Buttons: Subject E-Mail Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!
<!-- ONE STEP TO INSTALL SUBJECT E-MAIL:
1. Paste the designated coding into the BODY of the HTML document -->
<!-- STEP ONE: Paste this last code into the BODY of your HTML document -->
<BODY>
<CENTER> <FORM>
<! > <! >
<INPUT TYPE="button" VALUE="Click Here to Write to Me" onClick="parent.location='mailto:spammer@earthling.net? subject=This goes to the subject'"> </FORM> </CENTER>