How can 2 or more ActiveX controls on a Web-Page can communicate to each other?
Should I use JScript?
Printable View
How can 2 or more ActiveX controls on a Web-Page can communicate to each other?
Should I use JScript?
you can use JScript or VBScript. It doesn't really matter.
OTOH VBScript is only really supported in Internet Explorer.
Thus, if you want to create portable solutions that work in different browsers, stick to JavaScript.