Google Answers Logo
View Question
 
Q: help with JScript ActiveX method call ( No Answer,   0 Comments )
Question  
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)
}
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

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 Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy