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
The blank tab is opened by window.open()
. You don't need that.
The syntax for a mailto link should be something like
Contact Us
See http://www.addressmunger.com/mailto_syntax_tutorial/ for more details.