 |
 |
 |
 |
February 17th, 2004, 09:29 PM
|
#1
|
|
Registered User
Join Date: Jan 2004
Posts: 57
|
Email Javascript and email grabbers
Hi all,
I created the javascript below to prevent email spiders from grabbing it. I don't really know if it works to tell you the truth so I am posting it on here to see what others opinions on this matter is. Let me know what you think.
function Email(user_name,domain_name,extention) {
var emailLink
emailLink = '<a class="emailLink" href="';
emailLink += 'mail'+'to:'+user_name+'@'+domain_name+'.'+extenti on;
emailLink += '">';
emailLink += user_name+"@"+domain_name+"."+extention;
emailLink += '</a>'
document.write (emailLink);
}
|
|
|
February 20th, 2004, 12:14 PM
|
#2
|
|
Registered User
Join Date: Feb 2004
Posts: 33
|
That should work. Have you tried it?
|
|
|
February 20th, 2004, 12:24 PM
|
#3
|
|
Registered User
Join Date: Jan 2004
Posts: 57
|
Yep, I tried it. It looks like it's working so far. though, I have no real way to check. Unless I can get something that emulates a email spam bot.
|
|
|
February 20th, 2004, 02:24 PM
|
#4
|
|
Registered User
Join Date: Feb 2004
Posts: 33
|
Yeah, would be a little hard!
|
|
|
February 21st, 2004, 11:59 AM
|
#5
|
|
Registered User
Join Date: Jan 2004
Location: Philadelphia
Posts: 42
|
to be honest, i have be trying to write one of my own, so that i could figure out a solid way to stop them. when I get a beta working, i'll lt you know.
|
|
|
February 21st, 2004, 12:09 PM
|
#6
|
|
Registered User
Join Date: Jan 2004
Posts: 57
|
hey maybe we can team up and build one bad @$$ piece of code!
What do you think?
|
|
|
February 21st, 2004, 11:30 PM
|
#7
|
|
Registered User
Join Date: Jan 2004
Location: Philadelphia
Posts: 42
|
at this point, i would sell my soul for a good programming project to work on.
unfortunately, an online quiz I took said my soul was only worth 42.50$, so i might need to pawn off my TV too.
|
|
|
March 7th, 2004, 10:24 AM
|
#8
|
|
Registered User
Join Date: Jan 2004
Posts: 57
|
hehe, well, if you're up for it, let me know. I would be down with making one.

|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:30 AM.
|
|
 |
 |
 |
 |
|