I'm creating a Windows Gadget and have found that my mailto links are not working at all. I have other links that work perfectly like:
<a href="http://www.yahoo.com" target="new">Yahoo</a>
But when I do this, it doesn't do anything
<a href="mailto:[email protected]">[email protected]</a>
or I also tried this
<a href="mailto:[email protected]" target="new">[email protected]</a>
Any ideas?