Last active
August 29, 2015 14:16
-
-
Save AlexMcowkin/b18753677e2391108ff1 to your computer and use it in GitHub Desktop.
JS secure Email
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
emailE = ('info' + '@' + 'site.com') | |
document.write('<a href="mailto:' + emailE + '" title="Контактный Email">' + emailE + '</a>') | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment