Archive for March 17th, 2007
Spam-Free E-Mail Links Using Javascript
Saturday, March 17th, 2007It’s always handy to add an e-mail link as a convenient means by which visitors can make contact with a webmaster, but with the ever increasing scurge of spambots it’s wise to consider alternative ways to accomplish this. One way is by using Javascript using the following code:
<script language=”Javascript” type=”text/javascript”>
function nospam(name,domain) {
 thisLocation = “mailto:” […]