G
Guest
I am creating a new instance of the webbrowser control in vb, and using that
to browse to a website. HOwever, this website will open up a popup that
contrains info and this window (when opened) has the "Server Error" page.
From what I understand, this is an issue of the web browser not functioning
as it should (i.e. persisting the session id & the cookie). Where it is
breaking is the webbrowser control calling a New Window (IE Windows) and it
doesn't seem to be smart enough to pass these along.
To demostrate this, use this website: http://www.yvesrepiquet.com/idtest.php
1) open it with an instance of IE
2) (close all ie windows), build a new VB (or vb.net) project and add the
webbrowser control. Navigate to that page and click the link.
-I am using an instance of the MS Webbrowser control (shdocvw.dll - version
6.0.2900.2919)
-My Internet Explorer is version: 6.0.2900.2180 (latest)
-Windows XP SP2 (fully patched)
Now what I have tried is the following:
- adding the site to my "Trusted" zone
- adding the site to my "local" zone
- tested VB6 webbrowser control
- tested VB.Net 2005 webbrowser control (points to the same dll)
- navigate & navigate2 methods
Does anyone have a work around or fix to this issue yet? I do not have
control over the server side of the server so I am looking for a client based
solution.
Thanks,
Ryan
to browse to a website. HOwever, this website will open up a popup that
contrains info and this window (when opened) has the "Server Error" page.
From what I understand, this is an issue of the web browser not functioning
as it should (i.e. persisting the session id & the cookie). Where it is
breaking is the webbrowser control calling a New Window (IE Windows) and it
doesn't seem to be smart enough to pass these along.
To demostrate this, use this website: http://www.yvesrepiquet.com/idtest.php
1) open it with an instance of IE
2) (close all ie windows), build a new VB (or vb.net) project and add the
webbrowser control. Navigate to that page and click the link.
-I am using an instance of the MS Webbrowser control (shdocvw.dll - version
6.0.2900.2919)
-My Internet Explorer is version: 6.0.2900.2180 (latest)
-Windows XP SP2 (fully patched)
Now what I have tried is the following:
- adding the site to my "Trusted" zone
- adding the site to my "local" zone
- tested VB6 webbrowser control
- tested VB.Net 2005 webbrowser control (points to the same dll)
- navigate & navigate2 methods
Does anyone have a work around or fix to this issue yet? I do not have
control over the server side of the server so I am looking for a client based
solution.
Thanks,
Ryan