I have one application which default open in IE browser. On the home page, there is link. if we click that link, application open in another tab of IE but I want to change the browser also.
<!DOCTYPE html>
<html>
<body>
<p>Open link in a chrome browser <a href="https://www.dotnet-tutorial.com" target="_blank">Visit Dotnet Tutorial</a></p>
</body>
</html>
If I click on Visit Dotnet Tutorial, it should open in chrome. How to setup browser also in Hyperlink.
Please help on this. thanks