Siebel OpenUI - any options to replace legacy ActiveXObject() function calls
As we move away from browser dependency with OpenUI, how do we replace legacy ActiveXObject() function calls used in browser scripts. Searching for a feasible alternate solution found no results, so thought of asking here in this forum.
We have code in many places using ActiveXObject() function calls to work with dlls. Those are custom dlls enabling Siebel users to access PCOMM (IBM Personal Communication emulator). We are looking to either replace dll with javascript (if feasible) or find a mechanism in javascript to call dlls.
Any help is much appreciated.