Click to See Complete Forum and Search --> : 2ActiveXCtrls & Web


January 24th, 2000, 06:03 AM
How can 2 or more ActiveX controls on a Web-Page can communicate to each other?
Should I use JScript?

Lothar Haensler
January 24th, 2000, 06:09 AM
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.