Joined: Mar 19, 2004
Posts: 3018
Location: Sydney, Australia
Posted:
Wed Feb 22, 2006 7:34 pm
This is a cool script that works. Don’t be one of those (I myself am guilty of it) who keep substituting characters with the 'AT'. Simply use this code in your source document:
[script language=javascript]
[!--
// This JavaScript hides your email address.
var ClickableLink = " Email ";
var Loginid = "your_email_name";
var Hostname = "your_email_domain.com";
document.write("<a href=" + "mail" + "to:" + Loginid + "@" + Hostname + ">" +
ClickableLink + "</a>")
//-->
[/script]
Replace [ and ] with < and >.
That will take care of any annoying bots and will keep your email spam free. See if it works.
_________________ 'Lois: Hey Brian... you're home early. What happened with your date? Brian: Same thing that always happens. She was an idiot.'
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum