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