Open the href mailto link in new tab / window
问题 I have an image which when click, I want to link to a mailto: <a id="mailto" href="mailto:hfms@live.com.my" target="_newtab" > <img src="@Url.Content("~/Content/HomePage/email.png")" alt="email" /></a> However, currently once its clicked, it will launch the email option to choose a mailto application, and once i choose, the mailto link is open in the current tab. This will cause user to leave the application. So, I want the page to sent email (by gmail, yahoo, etc ) is either open in new tab