Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Register and Host activeX component in windows / internet explorer

843833Jul 14 2007 — edited Aug 21 2007
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2007
Added on Jul 14 2007
1 comment
155 views