How to set the default browser in word addin
问题 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? 回答1: As Marc points out, it’s not possible today. That being said, there is an API