On Wed, Jun 13, 2001 at 03:51:57PM -0700, William Kendrick wrote:
> On Wed, Jun 13, 2001 at 05:42:19PM -0500, Jay Strauss wrote:
> > Is there anyway to supply the subject and some of the body of an email using
> > an anchor tag in HTML? For example
> >
> > <HTML>
> > <P>
> > Send me an email <a style="color:Blue; text-decoration:underline"
> > href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
> > </HTML>
>
> I know you can do this with the subject. Dont think you can fill in any
> of the body.
>
> <a href="mailto:[EMAIL PROTECTED]?subject=This is the subject">e-mail foo</a>
>
> -bill!
> (no relation to foo lim :) )
<a
href="mailto:[EMAIL PROTECTED]?Subject=You%20are%20a%20genius%20dude!&body=Not%20everyone%20is%20as%20kewl%20as%20u%20dude">Micah
Cowan</a>
...works for me! ;)
Micah