Protect email (JS)

<script type=text/javascript> var name = "dupont" ; var domain = "spam.com" ; var subject = "subject=Anti spam" ; document.write('<a href="mailto:' + name + '@' + domain + ' ?' + subject + '">') ; document.write(name + '@' + domain + '</a>') ; </script>
JS code to Protect email address from spam robot
From : http://www.arobase.org/spam/se-proteger/prevenir-webmaster.htm

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.