Webbrowse: Waiting for certain frame
I have this nearly working at 100% but it doesnt work all the time.
I need to have the webbrowser control put in certain values and click a submit button (does that already)
The problem is that this webpage is using Java such that it brings back results sort of "dynamically."
It doesn't refresh the WHOLE webpage and take me to a new one for results.. it simply refreshes a frame down below.
The results are a collection of links. I know how to loop through a FINISHED page using document.links.length, etc... but when I try to have it put in my values and submit, i do not know when the results have come back. I don't want to rely on a timeout procedure. In fact, I even did a timeout procedure to test and the program still only brings back the same 20 links.. the ads, etc at the top of the page that never changes.
I look at the source for the webpage and the frame that I want to get links from is called "results" (unless I read the source wrong which i may have, its late, heh)
Any thoughts anyone?
Thanks!
-Josh