English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Yes, it sounds weird, but I want to create an ActiveX object inside of a webpage that can host an IE session. The reason for this is we are creating a web application that will contain two other web apps inside iFrames. The problem with this is that if those web apps are loaded in the same IE session, one of them will not work. (It's a limitation of the web app, and we don't have control over it.)

We could always modify the app so that one of them runs in another browser window (this will work), but it isn't ideal. The purpose of the app we creating is that it is a single view portal that makes navigation easier.

The only possible solution we've come up with so far is to host one of the web apps inside an ActiveX object and hope that it uses a new browser session. That will keep the instances separate, and allow them both to work (in theory). So, basically, I'm trying to find the code to create an ActiveX browser session inside another browser.

2007-10-02 05:57:55 · 1 answers · asked by BicMan11 2 in Computers & Internet Programming & Design

I've been doing a lot of looking today, and I don't see how using XMLHttpServlet and AJAX can accomplish this task. So far, I've gotten the closest with Javascript and ActiveX.

2007-10-02 13:32:24 · update #1

1 answers

Consider using the XMLHttpRequest object. It allows you to create a new instance of a browser within a web page using JavaScript. You may also want to research AJAX (Asynchronous JavaScript and XML)

2007-10-02 06:48:52 · answer #1 · answered by Steve R 3 · 1 0

fedest.com, questions and answers