CodeAve.com CodeAve.com - HTML - Hyperlinks
ASP
JavaScript
CSS
HTML
·Forms
·Hyperlinks
·Headers
·Images
·Tables
·Text Display
·Miscellaneous
·Contents
·What's New?
Links
Mail List
Search
Sitemap


 


Mail-links
A Mail link looks like a hyperlink with one noticeable difference. Rather than clicking a link that will bring you to another page or site and mail link will open the users default e-mail application and open a new mail message pre-filled with the e-mail address you want the message to go to. With some modifications you can also place a default subject or send a carbon copy to another address. Be aware that the user can change any of this information prior to sending the message. The following example demonstrates some basic mail links
View the Output
Text View
Print View
Mail this Link
Download the Code

<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>

 

 

 



ASP: What's New? | Articles | Script Writers | Database Display | Read/Write
Server Variables | Response Objects | Random Events | Miscellaneous
HTML: Forms | Hyperlinks | Headers | Tables | Hyperlinks | Headers | Text Display
JavaScript: Document Info | Forms | Images | Navigation | Script Writers
CSS: Basics | Page Display | Text Display | Script Writers | Miscellaneous
Links | Search Engine db |  Privacy Statement |  Advertising Rates |  Email

CodeAve.com is hosted by MyHosting.com
Donate Food Online with a Mouse Click at TheHungerSite.com
Donate Land Online with a Mouse Click at TheRainForestSite.com
© 1999 - 2010 CodeAve.com
All Rights Reserved