You can use javascript to help frustrate spambots trying to mine of your site for email addresses.
After you have played with this page for a while, turn off javascript and see
what happens.
Using aClick sends mail when the link is clicked:
click here
Using aHover works like aClick, but hides the "bad link":
click here
edress_write("sponsorship") will write ""
edress_link("sponsorship") will write ""
You can link outside cuug. For example:
edress_link("taco","slashdot.org") will write ""
The other functions can also take a domain argument.
Here
is an example using aHover()
You can also specify the clickable text with edress_link(), for example:
edress_link("sponsorship","igor.cuug.ab.ca","igor")
will write ""
edress_link("sponsorship","","not igor"))
will write ""
The javascript source code is in the file "edress.js"