JS Anti-Spam Bot

// save to variable your email recepient var _email = "info" + "@" + "domain.com", _link = "mailto:" + _email; // execute the variable using document.write document.write(_email.link(_link)); // output // <a href="info@domain.com">info@domain.com</a>

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.