Web page generally in the production, the total inevitable need to enter the Web page in contact with the email. But I don't know, this gives the so-called network business opportunity, they will use software or programs to search, and then put your email address into their contact database, the future will be endless spam "visit" Your mailbox, it is a headache, juven also painful.
This time we're going to introduce a method that is made using JavaScript, does not affect your email links, and avoids the search for those software. The code is as follows:
<script language= "JavaScript" >
<!--
var name = "Your mailbox account name";
var domain = "Address of the mailbox";
document.write ("<a href=\" mailto: "+name+" @ "+domain+" \ ">");
document.write (name+ "@" +domain+ "</a>");
-->
</script>
which
Name = "Your mailbox account name", enter your account name, for example, your bill@microsoft.com, the account name is Bill;
Domain = "Address of the Mailbox" is microsoft.com.
It's simple, isn't it?
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.