I'm trying to create a link that pops open a new email in outlook:
<a href="mailto:[email protected]?subject=blah">Feedback</a>
and this works fine in firefox, but in IE9 it's literally redirecting the browser to "mailto:[email protected]?subject=blah". The email window still pops up but I need IE to remain on the same page where the mailto link was clicked.
EDIT: I have now pinpointed this to being a SharePoint 2007 problem. The mailto href works fine before adding a Search Core Results webpart to the page, but after adding the Core Results webpart, the previously described problem takes place.