RE: Register and Host activeX component in windows / internet explorer
by =?Utf-8?B?QWN0aXZlWF9JRQ==?= <ActiveXIE@[EMAIL PROTECTED]
Jul 14, 2007 at 09:22 PM
If you know VB script, will do.
--
Alpana
"ActiveX_IE" wrote:
> 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 using Java/JSP.
>
> 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.
>
> 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 sup****ted are Windows 2000, XP and Vista
> IE sup****ted are IE 6 (SP1/2) and IE7
>
> Please suggest Java code and Script which will do this, and if C++ code
is
> needed in the component.
>
> --