MailHASH Hash an e-mailaddress

You are about to creat a unique HASH for an e-mailaddress. During this step you will create the unique hash that means nothing unless decoded via the mailhash JavaScript.

Address to hash:

The HASH this creates is used as paramter in the javascript function to create the mailto link. In the code below you see {hashkey} where you should place this hash.

Code:
  1. <a href="javascript: handlehash('{hashkey}'); void(0);">mail link</a>