Description: "Email Encryption" is a tool that encrypts and transform your email address into a series of numbers when displaying it, making it virtually impossible for spam harvesters to crawl and add your email to their list. View Tool Highlights.
Complete the following 3 fields:
Customization
This tool encrypts only the actual email address, leaving the rest of the HTML used to create the email link open for customization. The last line within the script is where you can apply your own changes to the email link:
document.write('<a href="mailto:'+ggg+'">Contact Us</a>')
For example, to add an ID and style attribute to the link, you would simply change the above line to:
document.write('<a ID="myemail" href="mailto:'+ggg+'" style="color:red">Email Us</a>')
Tool Highlights
If you like this script, please,
let a message on the
guestbook !