Background of the Problem: I am using VB.net to automate some process of our company. The program flow is as follows 1. Enter the reqd. data in the input fill and submit it, then it will search for the availability and will generate some hyperlinks. 2. I want to click on this links but these links are populated using a javascript. So i am not able to get the ID of this particular links which are generated. I don't have access to the code of the other side (i.e. Website)
Progress uptil now: I have done the inputting section but the problem is selecting the link. My code only selects one link. but I need to select all the links which are been displayed on the web page. I have used WebBrowser for these things.
Hoping for postive reply....