Hello... I'm working on a program that gets some info about a certain web page. But one of the features is it needs to find all the links to other webpages on THE SAME site (I think its called an internal link... not sure). I already figured out how to get the page's HTML code, now i just need to know how to find stuff like "<a href="/members/AndyPants/919208">" in the HTML code then output me "http://www.daniweb.com/members/AndyPants/919208".
Thanks in advanced!