I'm working on an application that is implemented as an HTA. I have a series of links that I would like to have open in the system's default web browser. Using <a href="url" target="_blank">
opens the link in IE regardless of the default browser.
Is there a way to use the default browser? Using JavaScript is an option.