Updated : Monday, September 16, 2019 9:04 AM
Larry Kedigh
Home: 615 673-6768
Cell: 615 944-7310
Brentwood High School: 615 472-4220
Brentwood Fax: 615 472-4241
Prevent Spam by using 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="larryk";
var d="wcs";
var dd=".";
var ddd="edu";
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="larryk";
var d="wcs";
var dd=".";
var ddd="edu";
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>