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

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -