Ever wonder how your general email boxes are full of spams ?
Email crawlers keep on looking for email address in web pages , looking for patterns like [\w._\d]+@
[\w._\d].[\w._\d].
Here is a way how you can encode your email address to put on your website.
Crawlers won't be able to get this ...
<script language=javascript>
var email = " Click Here To Contact Us !! <contact"+unescape('%40')+"gnuLinux"+unescape('%2E')
+"com>";
</script>
Sarah King wrote :939
Good snippet! I`ve used a script called otliam.php (strrev(`mailto`)) but this causes blank screens with some browsers. This works and now I just need to write a php function to output it easily.
thanks
Darren Hood wrote :942
Snippet didn`t work for me. I copied and pasted the code as is. When I clicked the link, it took me to the site`s home page. The e-mail client was not launched.