Answer the question
In order to leave comments, you need to log in
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
Yes, it will save you from most robots. Not for nothing such techniques are used in many CMS.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question