bullet
11-24-2003, 11:06 PM
...REALLY work as advertised??
Greetings all, I'm another newbie and while trying to figure out a way to keep my website email from being spammed into uselessness, I ran across this bit of code:
<!-- Begin
user = "email";
site = "domain.com";
document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(user + '@' + site + '</a>');
// End -->
I'm curious if this ACTUALLY does keep the trolling spambots from snagging your emaill address?
Thanks!
Greetings all, I'm another newbie and while trying to figure out a way to keep my website email from being spammed into uselessness, I ran across this bit of code:
<!-- Begin
user = "email";
site = "domain.com";
document.write('<a href=\"mailto:' + user + '@' + site + '\">');
document.write(user + '@' + site + '</a>');
// End -->
I'm curious if this ACTUALLY does keep the trolling spambots from snagging your emaill address?
Thanks!