Is there anyway to instantiate an ActiveX control using "new ActiveXObject"
(Javascript/JScript) when the control requires a license.
Adding:
<OBJECT CLASSID="clsid:5220cb21-c88d-11cf-b347-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="LPKfilename.LPK">
</OBJECT>
for the lpk does not seem to work. Any suggestions?
PS - Works fine if the control itself is loaded via an <object> tag.
Regards,
Duncan.