« Want Random Entry Excerpts on the Side? | Main | TerraBlogs: Now With RSS 2.0! »
July 19, 2005
Hide Your Email Address Using Javascript
Using javascript can allow you to hide your email address from spambots while displaying it for your readers. You can use this code (replacing the email address pieces, of course):
<script LANGUAGE="Javascript">
<!--
var user = "youremail";
var host = "address.com";
document.write(" <A HREF=""+ "mail" + "to:" + user + "@" + host + "">Email me</A>n");
//--> </script>
Want Some Code? | By Hugo Fitch | 2:14 PM
