Skip to Content
0
Former Member
Nov 27, 2006 at 05:27 PM

calling activeX component

90 Views

Hi All,

Can anyone share the code for calling activeX component from a html. Actually what iam trying to do is, create a bsp page, pass parameters to activeX component.

I am trying to acheive this thru' html.

So far i tried few things but unsucessful. This is what i did in html

<object classid="clsid:{6CED937E-1A2B-4BFA-85A2-60B0953EBBE1}">

</object>

clsid mentioned above is the classid of abcControl.ocx. I want to call a function which is written inside the ocx file.

Any suggestion or solution on how to do this.

Thanks

Tom