Mutikasa Power Member Joined May 23, 2011 Messages 589 Reaction score 216 Dec 18, 2012 #1 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?
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?
johndoejohndoe Junior Member Joined Feb 13, 2011 Messages 178 Reaction score 33 Dec 22, 2012 #2 Yes, I suspect this might have been an insane programmer's attempt to stop scrapers from grabbing the address.
Yes, I suspect this might have been an insane programmer's attempt to stop scrapers from grabbing the address.
Ryabinchik Elite Member Joined Jan 4, 2010 Messages 2,563 Reaction score 147 Dec 22, 2012 #3 Yes, it's for spam prevention.