|
Auto Fill Email Subject and Body |
|
Saturday, 22 January 2005 |
|
You can create an email link that will automatically fill in the subject line and body when clicked on. Add the following code to your HTML.
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
| <A HREF="mailto:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
?subject=Your Subject&body=Message
for the body">
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
</a> |
|