M me Apr 4, 2005 #1 Is there code out there to truly hide email addresses from view source or spiders(crawlers etc). TIA Aaron
Is there code out there to truly hide email addresses from view source or spiders(crawlers etc). TIA Aaron
M Mark Rae Apr 4, 2005 #2 Aaron, Is there code out there to truly hide email addresses from view source or spiders(crawlers etc). Click to expand... Yes, there are several email address "scramblers" out there - I use this one: http://automaticlabs.com/products/enkoderform/ See an example of it here: http://www.inthecage.co.uk/ (Do a View Source and you'll see the JavaScript which creates the "mailto:" tag dynamically.) Mark P.S. Please don't crosspost.
Aaron, Is there code out there to truly hide email addresses from view source or spiders(crawlers etc). Click to expand... Yes, there are several email address "scramblers" out there - I use this one: http://automaticlabs.com/products/enkoderform/ See an example of it here: http://www.inthecage.co.uk/ (Do a View Source and you'll see the JavaScript which creates the "mailto:" tag dynamically.) Mark P.S. Please don't crosspost.
R Riki Apr 4, 2005 #3 me said: Is there code out there to truly hide email addresses from view source or spiders(crawlers etc). Click to expand... Here's a free user control that does just that: http://www.codeproject.com/aspnet/SpamSafe.asp
me said: Is there code out there to truly hide email addresses from view source or spiders(crawlers etc). Click to expand... Here's a free user control that does just that: http://www.codeproject.com/aspnet/SpamSafe.asp
G Guest Apr 4, 2005 #4 Don't put the email addresses in the page and use a form on the website to send email to people. This way there are no email addresses that are ever sent to the client.
Don't put the email addresses in the page and use a form on the website to send email to people. This way there are no email addresses that are ever sent to the client.