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?
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?