Click to See Complete Forum and Search --> : Html for Email?


Baby Jai
07-16-2003, 02:23 PM
what is the html to have the subject and some of the message body filled out in an email? Liek when someone click on something like claim points, this way when it goes to there default email client, it will have the subject filled in and a basic set up of something in the message area.

mzllr
07-17-2003, 02:29 AM
<a href="user@domain.com?subject=the subject you want here">link</a>

pyro
07-17-2003, 07:58 AM
A couple of things. First that has to be <a href="mailto:user@...> and to also fill out the body, you use this:

<a href="mailto:you@domain.com?subject=You're subject&body=Please type below:">link</a>

David Harrison
07-17-2003, 02:30 PM
Well you learn something new everyday.

Sorry I couldn't help. :(