Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Object doesn't support this property or method

Status
Not open for further replies.

dmsruthi

Programmer
Aug 17, 2005
19
US
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
 
it doesnt need any n its working fine on my machine
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top