Set the subject to be XHTML : Anchor Email « Tags « HTML / CSS

HTML / CSS » Tags » Anchor Email 
Set the subject to be XHTML
 

<a href="mailto:info@example.org?subject=XHTML">

specify more than one property by separating them using ampersands

<a href="mailto:info@example.org?subject=XHTML&cc=sales@example.org"></a>

A full list of properties you can add like this:subject, body, cc, bcc

 
Related examples in the same category
1.A link to send an email
2.Adding email hyperlinks
3.Email link with CC and BCC
4.Form to email
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.