html - Give new email window focus -


i have link on webpage open new message in default email service. link opens , works except fact new window never has focus. there way give focus? have included link below.

<a href='mailto:soandso@email.com?subject=hi' target='_top' id='emailevents'>soandso@email.com</a>

new page :  <a href='mailto:test@email.com?subject=test' target='_blank' id='emailevents'>test@email.com </a>    page :  <a href='mailto:test@email.com?subject=test' target='_self' id='emailevents'>test@email.com </a>


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -