|
Hide Your
E-mail Address From Spammers
The number one way spammers get your e-mail address it to harvest it
from the internet. Spammers use robots that goes from one site to the
next looking for e-mail addresses. They look for the standard code
used to put an address on the web. The code is similar to the one
below:
<a href="mailto:yourname@yourdomain.com">yourname@yourdomain.com</a>
The code above will show up as the address below when placed on
your website:
yourname@yourdomain.com
To hide your address you must use something other than the standard
code. The easiest way is to use a JavaScript. The JavaScript will not appear to be an e-mail address to the robot looking for
e-mail addresses. but when it is displayed by a browser it appears and
works just like an e-mail link. The code below will create a link on
your website just like the one above.
To use
this code simply click inside the window below, use your
cursor to highlight the code, (or click the "Highlight All"
button) and copy the code into your html document at the
desired location
|