Click to See Complete Forum and Search --> : HTML & Parameters


January 18th, 2000, 10:18 AM
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

Lothar Haensler
January 18th, 2000, 10:22 AM
>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...