How do I send email using JavaScript?
I don\'t want to use mailto, because if I use mailto it will open an email client.
Can't be done. Sending e-mail only works on the server side. If all you're doing is sending e-mail, a quick PHP script would likely do the trick.