[thelist] Mailto Question

Daniel J. Cody djc@starkmedia.com
Mon Jul 16 14:34:47 2001
Not stupid at all.. You'd use something like this(insert warning here 
how this may not work in all email clients, etc, etc..)

<a 
href="mailto:you@host.com?subject=Hey%20Dummy&Body=How%20ya%20doin">link</a>

.djc.

Bailey, Dan wrote:

> Hey folks -- Got a stupid question.  I know that with mailto it's possible
> to format the header in the URL string...  For example:
> 
> <a href="mailto:dan.bailey@fontosaurus.com?Subject=Hey%20Dummy">
> 
> Is it possible to modify the body content of the email in the same way?
> Anyone?