Can I use ActiveX controls for cross domain communication inside a browser? Let me take an example. A user visits http://domain1.com. This page uses an ActiveX control. I use the Activex control to load another page from http://domain2.com (if this is possible at all). Then, the ActiveX control communicates with javascript on domain1 and domain2 pages to pass information back and forth between the 2 domains. Is the above scenario possible at all??