Email Riddler
Description: Email Riddler is an online 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.
Email Riddler
Comment: Protect your email (if you post it on a webpage!)
It generates code to be inserted in webpage. See example below:
<script type="text/javascript">
/*<![CDATA[*/
/***********************************************
* Encrypt Email script- Please keep notice intact
* Tool URL: http://www.dynamicdrive.com/emailriddler/
* **********************************************/
<!-- Encrypted version of: jrpeet [at] *****.*** //-->
var emailriddlerarray=[106,114,112,101,101,116,64,103,109,97,105,108,46,99,111,109]
var encryptedemail_id58='' //variable to contain encrypted email
for (var i=0; i<emailriddlerarray.length; i++)
encryptedemail_id58+=String.fromCharCode(emailriddlerarray[i])
document.write('<a href="mailto:'+encryptedemail_id58+'?subject=From Blog">Email Me</a>')
/*]]>*/
</script>
Comment: I incorporated this code in the main page of www.jrpeet.com. Notice the mailto link = Contact Jim Peet. If you right click and view page source for this page ("welcome.html"), you can see how the code is utilized on this page.
No comments:
Post a Comment
Any anonymous comments with links will be rejected. Please do not comment off-topic