The fotovision sample had some javascript for hiding the email address from spammers (it doesn't hide it from users).
You can find it half way down the page here.
Because you really can't add that to the text/html module, you could write a httpModule that would look at the response and add that section of code to all email addresses (found in a regex).
Actually, it looks like someone already has. |