This page will help you generate the code necessary to use the address
scrambler on your static web pages.
The scrambled address is:
The script to generate a mailto tag:
Instead of
<a href="mailto:"></a>
use:
And here's a sample of the mailto tag (click to make sure it
works):
Remember that, to use the addressScrambler on a web page, you must
include the js file like so,
making sure the path to the js file is correct:
<script type="text/javascript"
src="/library/AddressScrambler.js"></script>