IE 7 (64-bit) Hijacks App

  • Thread starter Thread starter jc
  • Start date Start date
J

jc

Hello,

We developed a VS2008 application using the COM WebBrowser.
When we execute the app, and try to open a web page that
has <Form Action = .. method = get>, instead of the Form
being displayed in the App, IE 7 (64-bit) opens up and displays
the Form inside a tabbed window.

When we execute the program on a Win 32 platform, the
application displays the Form in the application, and not in
IE 7.

IE 7 Win32 version # 7.0.5730.11
IE 7 Win x64 version # 7.0.5730.13

How do we prevent IE 7 (64-bit) from hijacking our application?

Thanks,
-jc
 
Hello,

After performing some additional testing, we noticed that the problem does
occur
on a Win32 platform. However, the problem does not occur, on either the
Win32 or Win(x64) platforms, when we access the web page accross our intranet.
In other words, the problem only occurs (IE 7 hijacks our app), when we try to
access the web page locally.

How do we prevent IE 7, from hijacking our app, when we try to access our web
page locally?

Thanks,
-jc
 
Back
Top