posted 14 years ago
I'm Calling an ActiveX(OCX) from Javascript, which is working fine, there is a method in OCX which has no return type instead the return values are get passed in Out Parameters, below is the Method Signature:
here StatusVal and StatusStr are OUT Params, when i print the both values it throws me undefined.
Even i tried like below, but still the output is same
Looking out for your assistance.
Thanks in advance.