Quote:
Originally Posted by Cormac You could place the email address inside a script... |
here's one I found a few years back and have been using it eversince. Can't remember where I got it but no doubt on some helpful tutorial site
<script type="text/javascript">
<!--
var username = "name";
var hostname = "domain.xx";
var linktext = username + "@" + hostname;
document.write("<a href=" + "mail" + "to:" + username +
"@" + hostname + ">" + linktext + "</a>")
//-->
</script>
Probably similar to ideas already mentioned above but it's a nice little script I think.