PB 2022 Build 1892.
I am changing all the places where our app uses the IE Web Browser control to use the built-in Web Browser control.
The following link opens the page in a popup window created by the control itself. Is it possible to trap the link processing and instead launch it in the user's default web browser app? I have code to launch the default browser, I just need to know if it is possible to insert that code into link processing.
The IE Web Browser control opened it in the IE Web Browser app.
<a target="_blank" href="/ICS/ClientConfig/HtmlContent/DocumentationNotice.html"><img src="/ICS/ClientConfig/HtmlContent/Images/Document.png">Documentation Notice</a>