mailto: without the spam?

liunx

Guest
Hi guys<br />
<br />
Does anyone have a good way to put mail addresses on web pages in such a way that the agents of spam can't send their spiders out and read it?<br />
<br />
I have considered using something like <br />
<br />
<script>document.write('<a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:me_at_web.com">me_at_web.com</a>'.replace(/_at_/g,'@'));</script><br />
<br />
<br />
but as many of you know, javascript may not be supported/enabled on some browsers and so that won't work.<br />
<br />
Any other ideas?<!--content-->Have a read at <!-- m --><a class="postlink" href="http://www.u.arizona.edu/~trw/spam/">http://www.u.arizona.edu/~trw/spam/</a><!-- m --> :)<!--content-->This may work well for you:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:you&#064;your&#046;com">you&#064;your&#046;com</a><!--content-->Or you can use:<br />
<br />
email at something dot com<!--content-->Not if you want to provide a link...<!--content-->This site (<!-- m --><a class="postlink" href="http://www.codehouse.com/online_tools/webmaster/email_obfuscator/">http://www.codehouse.com/online_tools/w ... bfuscator/</a><!-- m -->) will obfuscate (like pyro's reply) your addresses for you.<!--content-->Unfortunately, that method also uses javascript, causing a broken link for 13% of web users...<!--content-->
 
Back
Top