Why do we get some spam messages inexplicably, because some spam manufacturers usually use the email search software to capture the email addresses on the webpage, as long as the web page source code contains such as abc@mail.com fields will be included in the spam address list, how to avoid the address on the Web page is abused? Below we provide three simple and effective solutions.
Image Method
Use the drawing software to create a GIF image with a transparent background color and paste it to the location where the email address needs to be displayed on the webpage.
Javascript
If your email address is a abc@mail.com, you can use javascript to write a small program:
<A href = "javascript: navigate (mai + lto: + abc + @ + mail.com)"> send me a mail </a>
In this way, you can cleverly hide your email address, and the function of pop-up Outlook is not reduced when you click the link.
ASCII Method
First, download the ASCII lookup 2004 software and select convert ASCII code in decimal format. This way, the program automatically converts letters to ASCII codes. You only need to add "& #" before each ASCII code and link them.
After abc@mail.com conversion is like this:
& #97; & #98; & #99; & #64; & #109; & #97; & #105; & #108; & #46; & #99; & #111; & #109;
It looks like garbled code, but it is normal to display it on a webpage.
ASCII lookup 2004 download page is: http://newhua.ruyi.com/soft/17732.htm
Any of the above methods can protect your email address. Please try it to keep spam away from E-mail.