| <a href="mailto:guff@fearby.com">Guff</a> |
Guff |
| |
|
| Add CC |
|
| <a href="mailto:guff@fearby.com?cc=guff@fearby.com">Guff</a> |
Guff |
|
|
| Add BCC |
|
| <a href="mailto:guff@fearby.com? bcc=guff@fearby.com">Guff</a> |
Guff |
| |
|
| Subject |
|
| <a href="mailto:guff@fearby.com?
subject=Hello this is the subject">Guff</a> |
Guff |
| |
|
| Body |
|
| <a href="mailto:your@address.com?
body=Hi how are you?">Hi
how are you?</a> |
Hi how are you? |
| |
|
| All of Them |
|
| <a href="mailto:your@address.com?cc=your@address.com& bcc=your@address.com&
subject=How are you& body=Hi
how have you been?">Hi
how have you been?</a> |
Hi how have you been? |
| |
|
| Email Form |
|
<form action="mailto:your@address.com" method="post" enctype="text/plain">
<table border="0" cellspacing="0" cellpadding="4" width="90%">
<tr><td width="30%"><div align="right"><b>Name:</b>
</div></td><td width="70%">
<input type="text" name="name" size="20"></td></tr><tr><td><div
align="right"><b>Email:</b></div>
</td><td><input type="text" name="email" size="20"></td></tr>
<tr><td><div align="right"><b>Comment:</b>
</div></td><td><textarea name="comment" cols="30" wrap="virtual"
rows="4"></textarea>
</td></tr><tr><td> </td>
<td><input type="submit" name="submit" value="Submit">
<input type="reset" name="reset" value="Reset"></td></tr></table>
</form> |
|
| |
|
| Stop Spam Robots |
|
| <a href="mailto:your@address.com">Contact</a> |
Contact |
| |
|
| Unspamable Email Address |
|
<script
language="JavaScript">
<!--
var name = "guff";
var domain = "fearby.com";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write(name + '@' + domain + '</a>');
// -->
</script> |
|
| |
|
|
Tip
- Have you ever wondered how you email address is found by spammer?
Robots
are used to search the internet looking for email addresses. Once an
address is found it is send back to the spam list which is then used
to send you junk mail. By using the above code, your email address
is hidden and can't be found by robots. |
| |
|