You would still need a e-mail client to be able to send the thing ...
Not mentioning the remote possibility of Javascript being turned off for any
good reason.
Otherwise it looks a cool one :-)
Cheers
Szemir
On November 17, 2004 15:50, Pete wrote:
> 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
_______________________________________________
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