TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Preventing Email Harvesting

Page: 1 Reply
Mar 20th 2002#36722 Report
Member since: Mar 24th 2001
Posts: 3734
I've been using this for a while now, and while using it this morning, I realized that this would be a good place to post this thing. It prevents email harvesting programs from scanning your pages for email addresses. Granted, soon email harvesters will learn to read this script, but for now, it's an invaluable tool for anyone putting their email address on their page.

http://innerpeace.org/escrambler.shtml
Reply with Quote Reply
Mar 20th 2002#36740 Report
Member since: Mar 18th 2001
Posts: 1452
That's too much code. :p


<script language="JavaScript"><!--
var name = "link_text";
var email = "email_prefix";
var domain = "email_domain";
document.write('<a href=\"mailto:' + email + '@' + domain + '\">' + name + '</a>');
// --></script>

Does the same, with less code. :D
Reply with Quote Reply
Mar 20th 2002#36742 Report
Member since: Mar 24th 2001
Posts: 3734
Yes, but when I have to make a contact page with 200 different emails on it, i don't want to type that thing out every time. I just have that page linked, and when I need it, I just punch in the email address and what I want displayed, then copy the code.
Reply with Quote Reply
Mar 22nd 2002#37015 Report
Member since: Nov 9th 2001
Posts: 62
make an swf with your e-mail on it.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum