html - Opened added mailto:sales@abc.com in anchor tag. in new tab -


i have added mailto:sales@abc.com in anchor tag. when user click on link mail application opened in current tab. want mail tab should opened in new tab.

please suggest me solution

thanks in advance

you can use target.

<a href="mailto:sales@abc.com" target = "_blank">click me</a> 

Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -