| Generate an anti-spam mailto link from an email address.
The output link looks something like this (where $1 is the username part of
the address and $2 is the hostname part:
Contact us using:
<script type="text/javascript">
var a = $1 + "@" + $2;
document.write("<a href='mail" + "to:" + a + "'>" + a + "</a>");
</script>
<noscript>[$1 at $2]</noscript>
author: Joe Walker [joe at getahead dot ltd dot uk] |