Access Denied Error
I am trying to create a solution but I am unable to get past a certain point
with the error mentioned in the subject.
I am using the WebBrowser control in MSAccess. I navigate to a location
where a link I need to click on is contained within the second of 2 frames. I
am able to return the frame object, however, when I use the
ContentWindow.Document property of it, I get that error. If I open Internet
Explorer and manually browse to the same location, I am able to use the
contents of that frame with the mouse. There is an add-on that I use with IE
that shows me the structure of a webpage (its HTML code layout with
expandable and collapsable buttons). If I click the expand button on the
first frame, it expands and I can see the #Document element underneath it,
along with all its sub-elements. When I try to do the same with the second
frame, though, it doesnt expand at all. Its just with the use of the
WebBrowser control that this action throws the error. I saw the same question
posted by searching in another similar forum, however, the solution posted
only listed a bunch of urls in the debug window. I was able to determine the
url to the offending document even without employing the utility of the
solution posted. The offending url happens to be an IP address rather than a
friendly web address. Any idea why this is?
date: Mon, 28 Jan 2008 08:19:01 -0800
author: JonWayn