I don't know that much javascript, but here is my thought:
Since the javascript runs in the client's browser, the only way you could probably get it would be to invoke the user's email client, and I'm pretty sure that's not what you're after.
If you are posting the information to the page, then with server side code you might be able to have it sent to you before the user sees it.
