[SOLVED] IE/Webcontrol/DOM Question regarding Links and/or Anchors
Well another day another roadblock. My current problem:
I need to retrieve the url of a link, searching by the value of what is in the link.
IE: <a href="www.fakepage.net">123abc</a>
I want to search for 123abc, and have the return be "www.fakepage.net". There is no real correlation between the link and the href, so I cant search any other way really.
I'm sure it's possible, just not really sure how, cant find anything too useful on MSDN or the forums, though I'll keep searching.
Hope to hear from someone soon,
- Ripshaft
PS: It is safe to assume no 2 links will have the same text in their <a> </a> portion.