Triggering a hyperlink contain in a table cell (Resolved)
Using VB (webbrowser control) I already know hot to navigate into a webpage document's table cells, what I want to ask if a certain cell contains a hyperlink, how could I trigger it? A scenario is this, a certain column in a webpage document's table contains hyperlinks, they are intended to pop a new window, I want it that I would be able to "auto-click" those links and pop them all.....
Is there an event that I should wait until the loading of the window of the "auto-clicked" hyperlink is finish before "auto-clicking" the next hyperlinks?