Spam bots that harvest your email address from sites can't read javascript, so if you're in a hurry and don't want to implement a form on your site then you can place your email address on your site with this script which hides your email address
CODE
<script type=text/javascript> var _u = "you"; var _d = "yoursite.com"; var _l = _u + "@" + _d; var _m = "Contact us"; document.write("<a href='mailto:"+_l+"'>"+_m+"</a>"); </script>
replace you and yoursite.com with your email
bassrek
Sep 14 2005, 11:27 AM
Nice tut. Always have to try and stay a step ahead of the spammers.
QUOTE(leo @ Sep 14 2005, 05:46 AM)
Spam bots that harvest your email address from sites can't read javascript, [right][snapback]30740[/snapback][/right]
For how much longer do you think this will be true, Leo?
leo
Sep 15 2005, 11:12 AM
seeing as google bots can read javascript, although they choose not to i don't imagine it will be long
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.