Skip to content

Instantly share code, notes, and snippets.

@ncksllvn
Created August 14, 2014 19:52
Show Gist options
  • Save ncksllvn/7405cf0f7f598711a6e9 to your computer and use it in GitHub Desktop.
Save ncksllvn/7405cf0f7f598711a6e9 to your computer and use it in GitHub Desktop.
email test
<a>tell a friend</a>
<script>
window.onload = function(){
var html = ('<html><body><h1>This is a test</h1></body></html>')
var a = document.getElementsByTagName('a')[0]
a.setAttribute( 'href', REF="mailto:?subject=look at this website&body=" + html )
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment