I would like to pass parameters from HTML to an ActiveX-Component.
The user (Client-side) should type in some parameters in a HTML-Form and then
these parameters should be passed to an ActiveX Control. Is this a problem?
Thank you
Stephan Kösters
Printable View
I would like to pass parameters from HTML to an ActiveX-Component.
The user (Client-side) should type in some parameters in a HTML-Form and then
these parameters should be passed to an ActiveX Control. Is this a problem?
Thank you
Stephan Kösters
>Is this a problem?
No, it isn't.
Simply write client-side VBscript or JScript code to set or retrieve the properties of your control.
Add your control to the HTML page via the OBJECT HTML tag.
The REAL problem comes with distributing your ActiveX control over the Web...