On Thursday 02 November 2006 19:14, phil2phil [philtwophil@yahoo.com] wrote
in message <1162494868.063736.148510@k70g2000cwa.googlegroups .com>
Quote:
hi,
Is there a way to get an outlook message to prepopulate when a user
clicks a link on a webpage? rather than just a blank email window
opening up, i wanted to put some body there.
From
http://www.w3schools.com
<p>
This is another mailto link:
<!-- the href link may wrap -->
<a
href="mailto:someone@microsoft.com?cc=someoneelse@ microsoft.com&bcc=andsomeoneelse2@microsoft.com&su bject=Summer%20Party&body=You%20are%20invited%20to %20a%20big%20summer%20party!">Send
mail!</a>
</p>
As others have pointed out, the mailto link will only work if the site
visitor has suitable email software installed on their system. It only
partially works, for example, with Opera running on a Linux system (mine)
with KMail as the email software.
What exactly are you trying to do? There may be a better way of doing it.