Skip to content

Instantly share code, notes, and snippets.

@AlexMcowkin
Last active August 29, 2015 14:16
Show Gist options
  • Save AlexMcowkin/b18753677e2391108ff1 to your computer and use it in GitHub Desktop.
Save AlexMcowkin/b18753677e2391108ff1 to your computer and use it in GitHub Desktop.
JS secure Email
<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