Question Find and click HREF on WebBrowser1

TastyTeo

Member
Joined
May 31, 2011
Messages
15
Programming Experience
1-3
Hello, i am experimenting on a vb app, and i have a text box where you input the value of the href (eg. http://.......http://www.google.com)

So while the webbrowser is on a webpage which haves many href elements, when i press button1, i want it to find the one we defined at textbox1.text and click the BLUE HREF LINK on the webbrowser (I think this requires javascript)

if somebody can help me please post, !!! I Have stuck at this point!
 
Last edited:
Do you simply want to find if the link exists and then go to that link? Which would be straight up..Clicking on the actual link may be harder because the location is going to change based on a number of criteria.
 
Back
Top