How to hide e-mail addresses from spammers
Unfortunately, there are a lot of people who send spam by the thousands each day. Well, here's one way to decrease spam.
Spammers use robots to scan HTML page source codes looking for addresses that look like myname@fake.com. Since the information is "hidden" in code they can't find it unless they visit every Web page by hand.
Basically, the code keeps the mailto:, your name, and your domain separate in the HTML file, combining them only when the page is browsed. It will even work with
FrontPage:
To customize, replace "Your link text" with the text you want people to click on. Also, following email1 replace silverhawk with your name (if your e-mail address is JohnDoe@myservice.com, put JohnDoe there). Finally, following email2 replace ableweb.net with the rest of your address.
Implement this code and get rid of a lot of spam!