Zap Pesky Bots with JavaScript Anti-Spam!

Works on rats, mice, other small rodents, and most insects. not approved for use in some states

This is an effective means to combat SPAM bots and spiders which crawl your pages, searching for an open door to invade your in-box: your e-mail address on your web site as a way of providing convenient contact information for potential clients, etc– but it’s also a target for spammers.

Here’s some javascript to get around those spammers:

<script language="JavaScript">
var name = "protected";
var domain = "cdrsoft.com";
document.write('<a>');
document.write(name + '@' + domain + '');
</script>

Resource used for this entry: http://www.javascriptkit.com/script/script2/unspam.shtml

Whatchu do


Leave a Reply

Your email address will not be published. Required fields are marked *