Foote, Chris
Chris.Foote at uk.thalesgroup.com
Tue Oct 21 05:06:54 CDT 2003
Here's a bit of cunning Javascript that I picked up somewhere: ------------------ <script language="Javascript"> <!-- Begin user = "admin"; site1 = "garyfoot"; site2 = ".com"; document.write('<a href=\"mailto:' + user + '@' + site1 + site2 + '\">'); document.write(user + '@' + site1 + site2 + '</a>'); // End --> </script> ------------------ If you change 'user', 'site1', and 'site2' to suit your own requirements, drop this into your html, it will work like a normal <mailto> tag (assuming user has Javascript enabled) but cannot be understood (probably) by spambots! To see this in action, have a look at http://www.garyfoot.com/8-contact/index8.htm Regards! Chris Foote > -----Original Message----- > From: John Colby [mailto:jcolby at colbyconsulting.com] > Sent: Monday, October 20, 2003 10:40 PM > To: Discussion of Hardware and Software issues > Subject: RE: [dba-Tech] RE: [AccessD] OT - Spam Blocker > > > Mark, > > AFAIK if you change your email as you mention, and get rid of > the other one, > your spam sill drop instantly. I have likewise considered > doing that. I > was stupid enough to put my email address in bare form on my > web site long > ago. > > :-( > > John W. Colby