[RESOLVED] Extract Hyperlink Text between <a> tags - VB6
Hey!
How can I extract the Hyperlink Text from the source code of a page ?
<a href="http://link.songs.pk/song1.php?songid=7553">
Ai Khuda</a>
I want to Extract the text between the MULTIPLE <a> tags on the webpage! In this case it is "Ai Khuda".
Here I am facing a problem as the href changes with every <a> tag !
Please Help :D
Re: Extract Hyperlink Text between <a> tags - VB6
Search something like GetBetween in the forums you will find plenty of posts about what you asked.
These are a few:
http://www.vbforums.com/showthread.php?t=570460
http://www.vbforums.com/showthread.php?t=530464
Re: Extract Hyperlink Text between <a> tags - VB6
Hey Thanks !
I was wondering if I could search for the caption given the link...!!??
As in..I kno the href(http://link.songs.pk/song1.php?songid=7553), is there a way where I can get the caption of the hyperlink. i.e Ai Khuda ??
ShouldI make this a new post !!?? :P
Re: Extract Hyperlink Text between <a> tags - VB6
Hey Figured that out myself. Thanks for the help !