I am experiencing an unusual (to me) problem using an embedded Web Browser control on a form. I have stripped the entire database down to an empty table and a single form with a web browser control. The web browser loads the specified internet site, which contains a search form. After providing some search criteria and submitting this form, it opens the results in the same window. Up to this point, everything functions properly. When you click a link on the results page, the site automatically loads the target in a new window (in order to preserve your results page in the first window.) This step prompts an Internet Explorer Browser window to open and attempt to load the target page. At this point, I receive an obscure error message from the target page's server instead of the expected page.
I believe the issue has something to do with Access not properly passing the 'new window' target link to Internet Explorer. I am wondering why, if a new window is needed, it isn't handled within Access, instead of invoking Internet Explorer to display it.
If anyone is interested, here is the address I am using as the control source for the Web Browser control. If you wish to recreate what I am describing, you can try to follow my steps in order to see the error.
http://www.dcjs.virginia.gov/ps/directory/rocs/Search.aspx?facility=N
On the right hand side of the form, search the name John Smith. On the results page, click on any of the links to a certification details page and you will see the error come up with Internet Explorer.
Thanks in advance for any help.
I believe the issue has something to do with Access not properly passing the 'new window' target link to Internet Explorer. I am wondering why, if a new window is needed, it isn't handled within Access, instead of invoking Internet Explorer to display it.
If anyone is interested, here is the address I am using as the control source for the Web Browser control. If you wish to recreate what I am describing, you can try to follow my steps in order to see the error.
http://www.dcjs.virginia.gov/ps/directory/rocs/Search.aspx?facility=N
On the right hand side of the form, search the name John Smith. On the results page, click on any of the links to a certification details page and you will see the error come up with Internet Explorer.
Thanks in advance for any help.