strange way to type email adress

Mutikasa

Power Member
Joined
May 23, 2011
Messages
589
Reaction score
216
I've seen this:
Code:
document.write("<a href" + "=mailt" + "o:" + "info-" + "age" + "nt@dom" + "ain" + ".co" + "m>this" + " addre" + "ss" + "</" + "a>" + "")

Why is that?
To protect from spam or?
 
Yes, I suspect this might have been an insane programmer's attempt to stop scrapers from grabbing the address.
 
Back
Top