|
Protect Your Email Address From Spam Robots |
|
Saturday, 22 January 2005 |
|
If you'd like to display your email address within your web pages, but are afraid it will be harvested by Spam robots, you can protect yourself.
Instead of displaying the usual mailto:
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
, use the following
code within your HTML:
| <A HREF="mailto:you@yourdomain.com">Contact Us</A> |
When clicked on, it will display your email address correctly. |