|
|
Subject:
help with JScript ActiveX method call
Category: Computers > Programming Asked by: timkay2-ga List Price: $5.00 |
Posted:
17 Apr 2004 21:56 PDT
Expires: 17 May 2004 21:56 PDT Question ID: 331996 |
I am trying to call the TAPI 3.1 MakeCall method from IE via JScript. According to the idl file, that method is in the ITRequest interface, and according to the registry, that interface is available using the ActiveX object name RequestMakeCall.RequestMakeCall.1. I have loaded that object, but it complains that that method name doesn't exist. What am I doing wrong? function call(s) { var obj = new ActiveXObject("RequestMakeCall.RequestMakeCall.1"); alert(obj) obj.MakeCall(s, null, null, null) } |
|
There is no answer at this time. |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |