Hi All,
I am trying to call .cab file which has DLL in side, from Javascript,
on the same machine I am able to run it, but if I try from different machine its giving "Object doesn't support this property or method"
<OBJECT ID="WordApp1" name="WordApp1" classid="clsid:BD6B51EE-83E4-4af3-BF06-74EEAFC0291D"
CODEBASE=" VIEWASTEXT>
</OBJECT>
<script lang="javascript">
<!--
WordApp1.test;
//test is function in DLL
//-->
</script>
help would be highly appreciated
Thanks
I am trying to call .cab file which has DLL in side, from Javascript,
on the same machine I am able to run it, but if I try from different machine its giving "Object doesn't support this property or method"
<OBJECT ID="WordApp1" name="WordApp1" classid="clsid:BD6B51EE-83E4-4af3-BF06-74EEAFC0291D"
CODEBASE=" VIEWASTEXT>
</OBJECT>
<script lang="javascript">
<!--
WordApp1.test;
//test is function in DLL
//-->
</script>
help would be highly appreciated
Thanks