Given that we have the below hyperlink in the word add in HTML page (e.g. Home.html):
<a href="www.google.com" target="_blank">Go to google</a>
Clicking on "Go to google" opens www.google.com
using Internet Explorer outside the Word add-in.
The problem is the default browser is set to Google Chrome and we wish to open all the external links using the default browser set by the user.
How can we achieve this?