Hi sherpaj:
Thank you for the interesting question. Let's split it into two parts.
Part 1: Pre-filling multiple parameters in a mailto command
***********************************************************
The trick to being able to specify both the subject and body of an
email is to separate the two parameters with the "&" character.
For example, the following code:
mailto:researcher@google.com?Subject=Testing&Body=This%20is%20a%20test.
Would create an email to researcher@google.com with the subject of
"Testing" and the body of "This is a test." Of course, this mailto
call has to be enclosed in an <A> tag - but you already know that.
In fact, you can supply more than two parameters using this technique.
For more information, see the following links:
Unleashing the Power of mailto URLs
http://developer.netscape.com/viewsource/husted_mailto/mailto.html
(This page has a real handy little code building form at the bottom.)
MailTo
http://www.cpcug.org/user/clemenzi/technical/HTML_Examples/MailTo.htm
Part 2: Making the Body Text HTML
*********************************
All the searching I have done has not turned up any way to force a
mailto command to specify that an email message is in HTML format.
From what I've read, the best you can hope for is that the email
client of the person receiving the email will know enough to translate
URLs as links and make them "live" (clickable).
For example, using the form at the bottom of
http://developer.netscape.com/viewsource/husted_mailto/mailto.html
I added a URL (just the address, not an <A> tag) to the body text of
my mailto command. When this email arrived and I read it with Outlook
Express, the URL was automatically converted to a live link. However,
when I tried to add some other HTML formating (such as <EM> and <I>),
the tags passed through as text and were not converted.
I hope that this has been of help to you. If you need any
clarification, please ask using the Clarification feature - before you
rate this answer.
Thank you.
websearcher-ga
Search Strategy:
mailto HTML subject body
://www.google.com/search?hl=en&ie=ISO-8859-1&q=mailto+HTML+subject+body
mailto HTML subject body parameters
://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&safe=off&q=mailto+HTML+subject+body+parameters
advanced mailto parameters
://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&safe=off&q=advanced+mailto+parameters |