Quote:
Originally Posted by Corey Bryant
I was using Expression Web to create the code and it created this:
Code:
<a href="mailto:crb@example.com?subject=Subject Here">E-Mail Me</a>
That seemed to work well.
|
That only fills in the subject, xarzu wanted body & subject filling in,
<a href="mailto:i@i.com?subject=xxxx&
body=xxx">mail</a>
Boog's