金曜日, 9月 17, 2010

How to call DLL Method in Javascritp?

Designing Secure ActiveX Controls



How to call DLL Method in Javascritp?


If the DLL is in the client use the following
var l_Obj = new ActiveXObject("ComponentName.ClassName");

If it is OCX then in an ASP or HTML file use the following,

<object classid="CLSID:<Class" id=""> height="95%" align=center id=<id> width="95%" >
</id></object>




dynamic wrapper (ActiveX) .dll which takes the variants and passes them onto the requested function in the correct type

0 件のコメント: