How to hide an email address on a webpage

Source: Internet
Author: User

If you publish your email address on the Internet, a large amount of spam will be recruited soon. This is because the spam publisher uses Program Search for the email address on the Internet. Once you find your email address, it will be added to their release list. In the future, spam will be sent to you continuously. How can I freely publish an email address on the Internet to contact my friends without attracting Spam? The following methods can help you solve such problems.

1. Use software to encrypt your email

There are some specialized email address hiding tools that can encrypt your email address and prevent spam publishers from collecting your email.

Mail2encoder (right-click to download) can convert the email address to ASCIICodeIn the future, you can avoid spam by entering these ASCII characters in the place where you want to write emails on the webpage.

How to Use: Run mail2encoder, enter the email address (such as the labxw@sina.com) to hide in the mail address column, click the convert button, the email address is converted into a string of ASCII code (1). Then you select the code, click Copy to clipboard, and paste the code to the desired address on the Internet, so that others can see your e-mail address labxw@sina.com in the web page, but the spam program found a string of ASCII code, can not collect your email, so as to prevent spam.


Emailcloaker (: http://cloaker.xinbox.com/) can generate a link (HTML code) for your email address, you just need to publish the link to the Internet later, you can hide your email.

Operation Procedure: Start emailcloaker, enter the email you want to hide, and enter the title of the link to be generated under "subject (optional)" (task. Enter an account name and click "OK". After a moment, the software will generate a string of HTML code for your email.

In the future, if someone else wants to send you an email, just click the "Contact Me" link to open another webpage, on this page, enter the email title, sender name, and email address, enter the email content, and insert an email attachment. The email can contain up to k attachments; click "Send email" to send the email to you.

2. Use JavaScript code to encrypt your email

Open the webpage and enter the following code where you need to enter an email. Then, your email address will be converted into an ascii code and displayed on the webpage, the Spam publisher cannot collect your email. The Code is as follows:

<SCRIPT type = "text/JavaScript">
VaR name = [98,120,119, 64,115,105,110, 99,111,109,];
VaR STR = '';
String. Prototype. Color = function (c ){
Return "<span style = \" color: "+ C +" \ ">" + This + "</span> ";
}
String. Prototype. mlink = function (){
Return "<a href = \" http: // "+ This +" \ ">" + This + "</a> ";
}
For (VAR I = 0; I <name. length; I ++)
STR + = ''+ name [I] + ';';
Document. Write (Str. mlink (). Bold (). color ('blue '));
</SCRIPT>

Note that in the above Code, the VaR name sentence = stores your email address ASCII code on the right. We recommend that you go to the array on the right of your email name =.

3. send and receive emails through the email service website

Contactify is a free email service website that prevents you from disclosing your real email address on the webpage (2 ).


Procedure: log on to the http://www.contactify.com, enter the e-mail address to be protected in the lower left of the page, enter a password (required to enter twice), and then press "create link ), therefore, the email address you just registered will receive a startup letter and click the link in the letter to complete the registration process. In the future, when you want to enter your email on the webpage, you only need to enter your email.

Tips
In addition to the above, there are also some ways to hide emails on the web page. For example, replace the @ symbol in the email with other letter symbols (#, AT, etc.) and make the email address into an image.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.