I am using a mailto: filled in JavaScript to send information throughout my web application, but everytime a user presses the Send button, it opens a new t
mailto:
Try naming the window (myWindow) and adding a close() command:
';
This should close the extra browser window and keep the email application open. At least it worked for me.