Register and Host activeX component in windows / internet explorer
843833Jul 14 2007 — edited Aug 21 2007I have made a ActiveX control for commericial application. A Drag and Drop component for Mail server.
I need to host the component in Internet Explorer.
When a user opens a mail it should prompt the user to download and register the Drag and Drop activeX component.
When the user comes to url for the first time and when page loads for the first time, normal security alerts should pop up. Such as the user should be prompted with the drop down menu, when he clicks 'Install ActiveX Control' a Security Warning dialog box should pop up with controls name on it.
When user clicks to install, the component should get registered in the
windows registry. (How to do this in JSP/Java?)
The next time user comes back on the url the page should load the ActiveX component as it is already registered on the PC.
OS supported are Windows 2000, XP and Vista
IE supported are IE 6 (SP1/2) and IE7
Please suggest Java code and Script which will do this.
Thank you