[sac-board] Re: Spam bot trap.....

  • From: "Thad Robosson" <starstarcracker@xxxxxxxxx>
  • To: sac-board@xxxxxxxxxxxxx
  • Date: Fri, 12 Apr 2002 16:56:30 -0700

> These references are what Spam Bots use to get E-mail addresses.
> Slashdot.org had a recent link to page about how to create a Spam Bot
> Trap.  While this would be far too much for anyone except the more advance
> web administrators, the page does have suggestions for how to go about
> banishing the mailto:'s.  See the web page:


Hello all interested,

The book "The complete idiot's guide to creating a web page" also has a way
around this little mess.  It goes like this.....

<SCRIPT LANGUAGE="JavaScript">
<!--
var addr1 = "mailto:";
var addr2 = "Joeschmuck"
var addr3 = "@"
var addr4 = "Schmuck.com"
document.write('<A HREF="'+addr1+addr2+addr3+addr4+'">')
document.write('your text here </A>')
file://-->
</SCRIPT>

Hope this helps,

Thad

Thad Robosson
starstarcracker@xxxxxxxxx
SAC Member, ATM subgroup Chairman,
Double star enthusiast
Owner/Operator of the "Twin Points Observatory"
Phoenix, Arizona, USA
112 18.9W, 33 26.7N

"It's not that the world is full of fools.  It's that lightning isn't
distributed right."  Mark Twain

The use of your "delete" key is authorized.


Other related posts:

  • » [sac-board] Re: Spam bot trap.....