Archive for February 2009

You are browsing the archives of 2009 February.

Hide your Email Address from Spammers with a Simple JavaScript

Javascripts to hide email addresses from spammers have been around for a while but perhaps you missed this one. I have been using it more and more for my client’s HTML-based websites.
If the email address is: joe@mydomain.com, most websites use:
<a href=”mailto:joe@mydomain.com”>joe@mydomain.com</a>
That line of basic HTML is easily harvested by spambots. Within a few weeks, the [...]