Email Links

To get this email link    Email us
add the following

<A HREF="mailto:your_email_address@here">Email us</A>

the "mailto:whatever@home.com" can also be used in emails

if you want to send the email to 2 addresses then just separate them with a comma,
<A HREF="mailto:your_email_address@here, someone_else_email@here">
 

Make an email link with a subject line filled out Email Us

<A HREF="mailto:your_email_address@here?subject=this fills in the subject for them so you know what it's about">

if you add a ? and put subject = followed by what you want in there, you automatically fill these in.
you can also do it with body= so you could have a sort questionaire i.e name, address, Phone No
to separate these with a new line just add %0A between each new line
if you want use both subject and body use & after your subject statement
you can also send CC and Bcc by using cc= or bcc=

Make an email link into a form letter Email Us

<a href="mailto:your_email_address@here?subject=Your subject &body=name:%0Aaddress:%0Aphone No:">
 

Try this by using everything Email Us

It now is sent to two people and a cc and a bcc and has a subject and new lines with name:, address: and Phone No in the body of the text.

Due to the amount of spam an email address link seems to generate now I don't use this method on the internet much, mainly on intranets. The alternatives are to create a picture of the email address email us at this address and insert that with a note like "Sorry no link is here any more so you have to type it yourself"

An alternative is this bit of code which apparently works because spammers use a program which takes the email address out of pages but when it sees this it picks out +_l+

<script type=text/javascript>
var _u = "html";
var _d = "htmlcode";
var _l = _u + "@" + _d;
var _m = "Email us";
document.write("<a href='mailto:"+_l+"'>"+_m+"</a>");</script>

i.e. 
when you put the cursor over it reads as a normal email address and appears to work with thunderbird and outlook

Or you can put delete_this_bit in the the email address i.e.  Email us

<A HREF="mailto:your_email_address_delete_this_bit@here">Email us</A>

Or another  way around this is to put a link with part of the address in and get the user to fill in the rest. i.e. in the link below we would say "to email us click on the link below and change 'here' to 'htmlcode' this is to stop programmes taking your email address out of the source code and targetting you.

All these require some belief that users will understand what you mean so do make it obvious what is required or you could be the loser also some users have said that they have had to try a few times to edit the address and that was friends trying because I asked them most user would have given up after first go.

Home

Source Code


<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Nik">
   <meta name="GENERATOR" content="Mozilla/4.8 [en] (Windows NT 5.0; U) [Netscape]">
   <meta name="Description" content="Email Commands">
   <meta name="KeyWords" content="email,links,simple,font,htm,html,web,www,internet,edit">
   <title>Email Links</title>
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body text="#000000" bgcolor="#FFFF99" link="#0000EE" vlink="#551A8B" alink="#FF0000">

<center>
<h1>
Email Links</h1></center>

<blockquote><font size=+1>To get this email link&nbsp;&nbsp;&nbsp; <a href="mailto:your_email_address@here">Email us</a></font>
<br><font size=+1>add the following</font>
<p><font size=+1>&lt;A HREF="mailto:your_email_address@here">Email us&lt;/A></font>
<p><font size=+1>the "mailto:whatever@home.com" can also be used in emails</font>
<p><font size=+1>if you want to send the email to 2 addresses then just separate them with a comma,</font>
<br><font size=+1>&lt;A HREF="mailto:your_email_address@here, someone_else_email@here"></font>
<br>&nbsp;
<p><font size=+1>Make an email link with a subject line filled out <a href="mailto:your_email_address@here?subject=this fills in the subject for them so you know what it's about">Email
Us</a></font>
<p><font size=+1>&lt;A HREF="mailto:your_email_address@here?subject=this fills in the subject for them so you know what it's about"></font>
<p><font size=+1>if you add a ? and put subject = followed by what you want in there, you automatically fill these in.</font>
<br><font size=+1>you can also do it with body= so you could have a sort questionaire i.e name, address, Phone No</font>
<br><font size=+1>to separate these with a new line just add %0A between each new line</font>
<br><font size=+1>if you want use both subject and body use &amp; after your subject statement</font>
<br><font size=+1>you can also send CC and Bcc by using cc= or bcc=</font>
<p><font size=+1>Make an email link into a form letter <a href="mailto:your_email_address@here?subject=Your subject &body=name:%0Aaddress:%0Aphone No:">Email
Us</a></font>
<p><font size=+1>&lt;a href="mailto:your_email_address@here?subject=Your
subject &amp;body=name:%0Aaddress:%0Aphone No:"></font>
<br>&nbsp;
<p><font size=+1>Try this by using everything <a href="mailto:your_email_address@here,second@email?cc=another@mail&bcc= yetanother@email &subject=Your subject &body=name:%0Aa<a href="mailto:your_Email
Us</a></font>
<p><font size=+1>It now is sent to two people and a cc and a bcc and has a subject and new lines with name:, address: and Phone No in the body of the text.</font>
<p><font size=+1>Due to the amount of spam an email address link seems to generate now I don't use this method on the internet much, mainly on intranets. The alternatives are to create a picture of the email address&nbsp;<img SRC="email.jpg" ALT="email us at this address" height=37 width=397>
and insert that with a note like "Sorry no link is here any more so you have to type it yourself"</font>
<p><font size=+1>An alternative is this bit of code which apparently works because spammers use a program which takes the email address out of pages but when it sees this it picks out +_l+</font>
<p><font size=+1>&lt;script type=text/javascript></font>
<br><font size=+1>var _u = "html";</font>
<br><font size=+1>var _d = "htmlcode";</font>
<br><font size=+1>var _l = _u + "@" + _d;</font>
<br><font size=+1>var _m = "Email us";</font>
<br><font size=+1>document.write("&lt;a href='mailto:"+_l+"'>"+_m+"&lt;/a>");&lt;/script></font>
<p><font size=+1>i.e.&nbsp;</font><script type=text/javascript>
     var _u = "html";
     var _d = "htmlcode.plus.com";
     var _l = _u + "@" + _d;
     var _m <script type=text/javascript>
     var _u = "html";
     var _d = "htmlcode.plus.com
<br><font size=+1>when you put the cursor over it reads as a normal email address and appears to work with thunderbird and outlook</font>
<p><font size=+1>Or you can put delete_this_bit in the the email address
i.e.&nbsp; <a href="mailto:your_email_address_delete_this_bit@here">Email
us</a></font>
<p><font size=+1>&lt;A HREF="mailto:your_email_address_delete_this_bit@here">Email
us&lt;/A></font>
<p><font size=+1>Or another&nbsp; way around this is to put a link with part of the address in and get the user to fill in the rest. i.e. in the link below we would say "to email us click on the link below and change 'here' to 'htmlcode' this is to stop programmes taking your email address out of the source code and targetting you.</font>
<p><font size=+1>All these require some belief that users will understand what you mean so do make it obvious what is required or you could be the loser also some users have said that they have had to try a few times to edit the address and that was friends trying because I asked them most user would have given up after first go.</font>
<center>
<p><a href="index.htm"><img SRC="but_home.gif" ALT="Home" BORDER=0 title="Home" height=32 width=128></a></center>
</blockquote>

</body>
</html>

Home