Bruce Napier wrote:
> Shamed by a recent post on this list, I'm in the midst of a major
> update of the website (it's not up there yet, so don't all rush :-))
>
> Aware that a lot of spam can originate from unwisely including email
> addresses on a web page, I show mine as, for example
> bruce'at'nbsanity.net. If I attach an email link (ie
> mailto:[EMAIL PROTECTED]) with the true address to that piece of
> text, does it still leave me vulnerable to spambots? I suspect I know
> the answer, but thought it was worth checking.
>
> Ta muchly for any wise advice from the experts

My twopen'eth...

In html document where you want the e-mail link...
<SCRIPT language=JavaScript src="mail_data.js" 
type="text/javascript"></SCRIPT

The file mail_dat.js contains

document.write('<a 
href="&#32;&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#99;&#114;&#104;&#102;&#46;&#111;&#114;&#103;&#46;&#117;&#107">E-Mail</a>')

that translates to mailto:[EMAIL PROTECTED]

There was somewhere on the web that worked out the code for you...
Type     Javascript email     in google and and you'll get some other 
ideas...

Ron Jones
Process Safety & Development Specialist
Don't repeat history, unreported chemical lab/plant near misses at
http://www.crhf.org.uk Only two things are certain: The universe and
human stupidity; and I'm not certain about the universe. ~ Albert
Einstein 


Reply via email to