OT: Hiding email addresses

Mark Nienberg mark at TIPPINGMAR.COM
Wed Dec 8 20:35:42 GMT 2004


    [ The following text is in the "ISO-8859-1" character set. ]
    [ Your display is set for the "US-ASCII" character set.  ]
    [ Some characters may be displayed incorrectly. ]

Christian Campbell wrote:

>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>
>Is this enough to throw-off a webpage email harvester?
>
>
>username<!---comment --->@<!---comment -->domain
><!--- comment --->.<!--- comment --->tld
>
>
>
Here is a simple way to do it with java script:

<script type="text/javascript" language="JavaScript">
  <!-- hide from older browsers
  var user = "mark";
  var site = "tippingmar.com";
  document.write('<a href=\"mailto:' + user + '@' + site + '\">');
  document.write(user + '@' + site + '<\/a>');
   // end hiding -->
</script>

Last I heard, robot harvesters don't grok java.

--
Mark Nienberg, SE
Tipping Mar + associates
1906 Shattuck Ave
Berkeley, CA 94704
http://www.tippingmar.com

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!




More information about the MailScanner mailing list