CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    2ActiveXCtrls & Web

    How can 2 or more ActiveX controls on a Web-Page can communicate to each other?
    Should I use JScript?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: 2ActiveXCtrls & Web

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured