Hi Guys,
If anyone can help with this I would really appreciate it.
I'm trying to scrape a page using the imacros scripting edition.
Basically I'm trying to extract a series of links which are both H3 tags and links i.e.
<h3><a style='font-size: 11pt;' href="/URL-I-WANT-TO-EXTRACT" >Page Name</a></h3> and I want the URL itself
All of the links are on the same page.
When I try to write it into a script I can extract a H3 tag fine using the following:
TAG POS=1 TYPE=H3 ATTR=* EXTRACT=TXT
and this will get all of the links on the page
TAG POS=1 TYPE=A ATTR=* EXTRACT=HREF
However I cant seem to come up with anything that will find all of the links that are H3 as well.
Pulling my hair out here, hope someone can help!
If anyone can help with this I would really appreciate it.
I'm trying to scrape a page using the imacros scripting edition.
Basically I'm trying to extract a series of links which are both H3 tags and links i.e.
<h3><a style='font-size: 11pt;' href="/URL-I-WANT-TO-EXTRACT" >Page Name</a></h3> and I want the URL itself
All of the links are on the same page.
When I try to write it into a script I can extract a H3 tag fine using the following:
TAG POS=1 TYPE=H3 ATTR=* EXTRACT=TXT
and this will get all of the links on the page
TAG POS=1 TYPE=A ATTR=* EXTRACT=HREF
However I cant seem to come up with anything that will find all of the links that are H3 as well.
Pulling my hair out here, hope someone can help!