I am using below code to send mail from html page.
<a href="mailto:myMail@domain.com" target="_blank"><input id="commentButton" name="Comment" type="button" value="Add Comment"></a>
Launch application Mail prompt is getting opened in the same browser tab.
I want to open it in the new tab.
Please help me with this.