|
Hi.
I don't think you can just call a _javascript_ method
from an ActiveX object.
But you can do like that:
1. Create an event that is fired when you want to
call the method.
2. From _javascript_, catch that event and call your
method. So the method will be called when the event is fired.
Costin Gabriel Nila
[EMAIL PROTECTED] "Programming today is a race between software engineers
striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning"
|
- [MSVC] ActiveX <-> Javascript communication damp12000
- Re: [MSVC] ActiveX <-> Javascript communica... Costin Gabriel Nila
- Re: [MSVC] ActiveX <-> Javascript communica... damp12000
- RE: [MSVC] ActiveX <-> Javascript communica... Ehsan Akhgari
