I am using an anchor with mailto, and I am finding that the behavior is extremely unrefined.
<a id="Help" href="mailto:[email protected]">Questions</a>
when I do this in IE8, I find that in some locations, the windows asks if it can open outlook, you say yes, and it opens a new email message and sets the To: section. It also leaves the browser window in the same site that I came from.
When I do this in my implementation with the above link, I find that the browser navigates to mailto:[email protected], and shows an ugly: Internet Explorer cannot display the webpage error. What do I need to do to make this work nicely, like the above case? Finally, it fails to leave the browser in the original location that I came from.
Edit: I just noticed that the badly behaving version is local host and the good behaving version is on a production server. Could that make a difference?