quote:
Originally posted by CookieRevised
What the magazine should print is:
<script language="javascript">
<!--
document.write('<a href=mailto:'+'jacobcass'+'@'+'hotmail.com>jacobcass'+'@'+'hotmail.com</a>')
-->
</script>
Anyways, this will stop indeed some spiders/crawlers, but certainly not all! It will only stop those who look at the html source, not the ones who look at the html-page itself.
If you changed the code to as below then the spiders shouldnt pick it up
<script language="javascript">
<!--
document.write('<a href=mailto:'+'jacobcass'+'@'+'hotmail.com>
email'+'me</a>')-->
</script>