|
Anti - SPAM email script
Just personalise this script with your own details
in place of the "yourname" and "yoursite.com"
and insert the script in your web site in place of your current
email link. This prevents spammers from harvesting your email to
use in their campaigns.
<script language=javascript>
<!--
var showtag="@"
var showlink="Email Me";
var showname="yourname";
var showhost="yoursite.com";
document.write("<a href="+"mail"+"to:"+showname+showtag+showhost+
">"+showlink+"</a>")
//-->
</script>
Advertisement
|