Return to Snippet

Revision: 12873
at March 30, 2009 23:41 by hotdiggity


Initial Code
<script type="text/javascript">
<!-- spam-proof mailto!!!
var username = "info";
var hostname = "domain.com.au";
var linktext = username + "@" + hostname;
document.write("<a href=" + "mail" + "to:" + username +
"@" + hostname + ">" + linktext + "</a>")
//-->
</script>

Initial URL


Initial Description


Initial Title
Spam-proof email with javascript

Initial Tags
javascript

Initial Language
JavaScript