|
| |
|
|
davidd
Posts: 2 Joined: 2/1/2006 Status: offline
|
RE: Email Addresses on Websites - 2/1/2006 16:23:41
Yes, true, it will not open the URL for the small percentage of users with JS disabled but the email can still be seen by the "human" eye, but can't be interpreted by a robot. As for your example - Robots have long been easily able to interpret both hex and HTML encoded characters, after all, it's a perfectly accepted standard for contructing URL's and that's why they work as they do and also why robots will still find your address using your example method. Cheers D.
|
|
|
|
Rocket Boy
Posts: 409 Joined: 12/8/2005 Status: offline
|
RE: Hide Email Addresses on Websites (prevent Spam) - 2/1/2006 16:43:09
I'm not sure how useful this is.. Never used it...
<SCRIPT TYPE="text/javascript">
<!--
emailE=('yourname@' + 'youremailaddress.com')
document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
//-->
</script>
This is the super paranoid version...
<SCRIPT TYPE="text/javascript">
<!--
emailE='yourname'
emailE=(emailE + '@' +' youremailaddress.com')
document.write('<A href="mailto:' + emailE + '">' + emailE + '</a>')
//-->
</script>
|
|
|
|
caz
Posts: 3510 Joined: 10/10/2001 From: Somewhere south of Chester, UK Status: offline
|
RE: Email Addresses on Websites - 2/2/2006 19:28:47
If you do a search on this forum you would find that this topic has had a considerable airing since 2003. many solutions have been put forward that have been mentioned yet again here. Have a look at this more recent discusion spam bot harvesters
_____________________________
Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard. Cheshire cat. www.doracat.co.uk I remember when it took less than 4hrs to fly across the Atlantic.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|