Prevent Spam, use a javascript instead of a mailto link
Text email link example
Text email link code - copy and paste, change red to match your email address. Change the blue to match your name. The blue shows up on the web page as a link.
<script language="JavaScript">
<!--
var m="mai";
var mm="lto:"
var userid="kedigh";
var d="kedigh";
var dd=".";
var ddd="com";
var x="@";
document.write('<a href=\"'+m+mm+userid+x+d+dd+ddd+'\">');
document.write('Email Larry Kedigh'+'</a>');
//-->
</script>
Email link with an image (above) - copy and paste, change red to match your email address. Change the blue to the path of your graphic. The graphic will be a link similar to a mailto: link.
<script language="JavaScript">
<!--
var m="mai";
var mm="lto:"
var userid="kedigh";
var d="kedigh";
var dd=".";
var ddd="com";
var x="@";
document.write('<a href=\"'+m+mm+userid+x+d+dd+ddd+'\">');
document.write('<img src=\"graphics/text/email-lk.gif\" border=\"0\">'+'</a>');
//-->
</script>
Updated: Friday, November 23, 2007 8:23 PM