I have a mailto link on a page. It works as expected when the page is loaded by itself.
However when the page is loaded via a frameset in Chrome nothing happens. Wit
This will also work, and won't close the window with Facebook.
<a href="mailto:..." target="_blank">...</a>
or
$("a[href^='mailto:']").attr('target','_blank');