Email Encryption
Tool
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
- Encrypts the specified email only, making
the generated script extremely lightweight and efficient.
- Easy customization of the HTML used to
display the email (as they are not encrypted). Quickly change the email
text, add a subject, apply CSS styling to the link etc.
- Tool supports encryption of multiple
emails on the same page (no script conflicts).
- This Script works with Netscape
4 AND Internet Explorer 4+
If you like this script, please,
let a message on the
guestbook !