The site looks excellent and is a grand improvement. Sincere thanks to you and your colleagues for a job well done. Thanks also for your perseverance. – Tim Hess, VP of Research and Development, TogetherSoft

Save Your Site from Spambots

Listing 2

<!-- JavaScript to print the mailto: 
link or email address to the browser. -->
<script language="JavaScript" type="text/javascript">
<!--// hide me from non-JavaScript-aware browsers
var lhs = "schampeo"; // change this to your username/alias
var rhs = "hesketh.com"; // change this to your domain
function print_mail_to_link() {
document.write("<a href=\"mailto");
document.write(":" + lhs + "@");
document.write(rhs + "\">send me email!<\/a>");
}
function print_e_mail_address() {
document.write(lhs + "@" + rhs);
}
</script>
-->

Back to "Save Your Site from Spambots" article >>