I have seen this question been asked here Can I force a link to open in a specific browser?
I found one solution which works eg.
window.open("microsoft-edge:https://www.google.com");
This works for Edge
but I am looking for similar solution to open in Internet Explorer.
Tried
ie
, iexplore
, internet-explorer
Also i cant depend on users installing 'open in' extension in their browser.
I could possibly go down the route of editing registry since webapp will be running in corporate systems , but just wanted to check here before going down that route.