Seeing the news on the front page made me think of this.
Use this in your webpages and spider bots won't be able to detect the e-mail address when looking for them for spam.
They look for the string 'mailto:' and anything that may be an e-mail address with a '@'.
------------------
To artificial life, all reality is virtual.
HTP
babble, babble, b!tch, b!tch, rebel, rebel, party, party.
[This message has been edited by Darth Evad (edited April 14, 2004).]
Use this in your webpages and spider bots won't be able to detect the e-mail address when looking for them for spam.
Code:
<script language="JavaScript"> <!-- var name = "davetaddeo" var domain = "htp.ca" document.write("<a href=" + "mail" + "to:" + name + "@" + domain + ">" + name + "@" + domain + "</a>") //--> </script>
They look for the string 'mailto:' and anything that may be an e-mail address with a '@'.
------------------
To artificial life, all reality is virtual.
HTP
babble, babble, b!tch, b!tch, rebel, rebel, party, party.
[This message has been edited by Darth Evad (edited April 14, 2004).]