Click to See Complete Forum and Search --> : mailto: without the spam?


Gollum
08-01-2003, 01:55 PM
Hi guys

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?

I have considered using something like

<script>document.write('<a href="mailto:me_at_web.com">me_at_web.com</a>'.replace(/_at_/g,'@'));</script>


but as many of you know, javascript may not be supported/enabled on some browsers and so that won't work.

Any other ideas?

gizmo
08-01-2003, 02:03 PM
Have a read at http://www.u.arizona.edu/~trw/spam/ :)

pyro
08-01-2003, 06:18 PM
This may work well for you:

<a href="mailto:you&amp;#064;your&amp;#046;com">you&amp;#064;your&amp;#046;com</a>

Bootsman123
08-02-2003, 10:20 AM
Or you can use:

email at something dot com

pyro
08-02-2003, 11:02 AM
Not if you want to provide a link...

Fang
08-02-2003, 02:27 PM
This site (http://www.codehouse.com/online_tools/webmaster/email_obfuscator/) will obfuscate (like pyro's reply) your addresses for you.

pyro
08-03-2003, 09:40 AM
Unfortunately, that method also uses javascript, causing a broken link for 13% of web users...