« 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 | 02:14 PM

Trackback Pings

TrackBack URL for this entry:
http://chattablogs.com/mt/mt-tb.cgi/23349

Listed below are links to weblogs that reference Hide Your Email Address Using Javascript:

\n