axWebBrowser
-
I have a problem with axWebBrowser, i have it navigating to a page but it doesn't seem to be loading it properly as when i try the GetElementsByTagName() it won't return any of the elements. I however know that the elements im trying to return exist. I does work for one element which is TITLE but it won't return any other ones. Has anyone got any ideas. Cheers Peter
-
I have a problem with axWebBrowser, i have it navigating to a page but it doesn't seem to be loading it properly as when i try the GetElementsByTagName() it won't return any of the elements. I however know that the elements im trying to return exist. I does work for one element which is TITLE but it won't return any other ones. Has anyone got any ideas. Cheers Peter
-
Hi there, I have no idea when you run your sample code, so IMO you might try calling the
GetElementsByTagName
method after theDocumentComplete
event of the browser gets fired to make sure that document is successfully loaded.Hey, Yeah im actually running it in the DocumentComplete event, its funny because it orks perfectly for some websites its just a couple it doesn't. I wonder if its something to do with XHTML or DHTML. It will work fine for ebay, yahoo and egg but won't work for nwolb or rbsdigital cheers Peter