Is it possible to retrieve from a database information about the text
that URLs are attached to i.e. the string between the start and end of
the <A> tag? I've had a look in our database and it doesn't seem to be
stored.
Thanks,
Steve.
.......................................................................
Steven Heaney
Schlumberger
It's part of the formatted text for the page, but there's nothing
saved that associates it with anchor tags. You would need to scan the
original HTML, ie. re-walk the pages with <fetch> in a Vortex script
(Webinator 2.x) and <rex> for the text between anchor tags.