Anti-Spam E-mail Address


Well, I still get a lot of spam, but I'd like to think that eventually this will reduce it.

Our goal:

Stuff in blue must be changed. The script can go between the <BODY> and </BODY> tags.

<SCRIPT language="JavaScript">
<!--
var name = "yourname";
var domain = "example.com";
document.write("<A HREF=\'mailto:" + name + "@" + domain + "\'>");
document.write(name + "@" + domain + "</A>");
// -->
</SCRIPT>


Grab a text file of this JavaScript (right-click and save it as a text file).