T
T
TotalAMD2013-11-20 22:30:55
JavaScript
TotalAMD, 2013-11-20 22:30:55

Does "assembling" an email address on a page with javascript prevent spam?

Starting with the most primitive options:

document.write('<a href=mailto:qwe' + '%40' + 'rty.com>mail</a>');
and ending with a variety of "tricky" decryption functions with character lookup tables or n-character shift coding.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artyom Rizhenkov, 2013-11-20
@TotalAMD

Yes, it will save you from most robots. Not for nothing such techniques are used in many CMS.

A
Alexey, 2013-11-20
@ScorpLeX

It will definitely save you from some bots, although there are some that can even recognize a picture with a box in auto mode.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question