Hi,

Is it possible to pass parameters to an ActiveX exe from a web page (using the <object> tags). The ActiveX exe I am using is an in-house build, and acts as a DDE wrapper for another application (hence we can't use an ActiveX dll or control).

I need to pass certain parameters to the exe, and wondered if it was possible by passing the parameters on the command line (at the moment, the only thing passed on the command line is '-Embedded', and we're not passing this - I'm assuming the <object> tags are doing it), or by using the <param name=xxx value=yyy> tags.

Any help anyone can offer would be hugely appreciated.

TIA

Si.