I have a modern application where some of the menus will open a legacy application in a popup window.
This Legacy application will only works with IE as it has dependency on ActiveX.
I am looking for the possibility to launch the popup windows in IE from chrome browser on a menu click.
I have seen Chrome IE tab extension. I am looking for the possibility to use this extension to open the pop-up in IE from chrome browser itself through JavaScript logic for seamless user experience .
I have gone through the below links.But am looking for a solution without changing the registry files.
Launch IE from a link in Chrome
Open IE browser in Firefox/Chrome page
Any help would be greatly appreciated.
Thanks