Nick W wrote:
On November 17, 2004 03:32 pm, Niels Voll wrote:
Have you considered asking the list for ideas / experiences / web
resources how to avoid email harvesting by spammers?
I second that...
I made it as simple as this :
<html>
<head>
<script>
function displayMail(doc, prefix, display) {
doc.write("<a href=\"mailto:" + prefix + "@" + "mydomain.com\">" + display + "</a>");
}
</script>
</head>
<body>
<p>In case you want to <script>displayMail(this.document, "peter", "e-mail")</script> me...</p>
</body>
</html>
Works for me...
Pete
_______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

