<html>
<head>
<title>CodeAve.com(Mail-links)</title>
</head>
<body bgcolor="#FFFFFF">
Mail-link<br>
Click <a href="mailto:someone@yourdomain.com">here</a>
<!-- The basic hyperlink to open a new mail
message -->
<p>
Mail-link with a pre-filled Subject<br>
Click <a href="mailto:someone@yourdomain.com?subject=Your
Subject Here">here</a>
<!-- Opens a new mail message with a pre-filled
Subject -->
<p>
Mail-link with a pre-filled Body<br>
Click <a href="mailto:someone@yourdomain.com?body=Your
Message Here">here</a>
<!-- Opens a new mail message with a pre-filled
Subject -->
<p>
Mail-link with a pre-filled Carbon Copy<br>
Click <a href="mailto:someone@yourdomain.com?cc=someone_else@yourdomain.com">here</a>
<!-- Opens a new mail message with a pre-filled
Carbon Copy -->
<p>
Mail-link with a pre-filled Blind Carbon Copy<br>
Click <a href="mailto:someone@yourdomain.com?bcc=someone_else@yourdomain.com">here</a>
<!-- Opens a new mail message with a pre-filled
Carbon Copy -->
</body>
</html>
|