I'm trying to develop an website that can use a specific mailing program (lotus-notes), but to do so, I need to create a Session with the application that usually was created using an ActiveXObject() object. The problem is that I won't be the end user of the website, and I do not want to create a website not user friendly, always asking for the user to add extensions in order to make the website functionalities work.
I am doing my best to find a workaround to the use of ActivateXObject(), encapsulating the application in the best way I can, so is there any kind of plugin that I can add through JavaScript to my website in order to use ActiveXObject() or any equivalent function?