jayson Posted April 12, 2006 Share Posted April 12, 2006 not sure if you all can use this, but I have this unspamable email link. here is the coding: <script language="JavaScript"><!-- var name = "username"; var domain = "domainname.com"; document.write('<a href=\"mailto:' + name + '@' + domain + '\">'); document.write(name + '@' + domain + '</a>'); // --></script> I hope that it is something you all can use Quote Link to comment Share on other sites More sharing options...
wampthing Posted April 12, 2006 Share Posted April 12, 2006 Ive used that on some of my site. I have even seen that type of thing taken one step further. h*tp://www.u.arizona.edu/~trw/spam/spam4.htm Even with that, I would hesitate to say unspamamable. There are a lot of very smart, naughty people out there. Quote Link to comment Share on other sites More sharing options...
TCH-Rob Posted April 12, 2006 Share Posted April 12, 2006 Unspamable and link do not belong in the same sentence. No such thing. What do you do if a visitor has javascript turned off? Quote Link to comment Share on other sites More sharing options...
carbonize Posted April 12, 2006 Share Posted April 12, 2006 Yup modern spiders can read and understand javascript. Quote Link to comment Share on other sites More sharing options...
stevevan Posted April 13, 2006 Share Posted April 13, 2006 The only unspammable link is one that is not put out on the Internet. Quote Link to comment Share on other sites More sharing options...
cajunman4life Posted April 13, 2006 Share Posted April 13, 2006 Looks like Rob beat me to the "What about those who have disabled javascript?" but not a bad idea. As mentioned, the spambots are getting smarter. Unfortunately... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.