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 :) )