Extract Links From a HTML Page Using Delphi - Get Href Attribute From The A Tags
Tuesday January 26, 2010
in Delphi and HTML :: A very nice feature of a Browser is to display link information, for example, in the status bar, when the mouse hovers over a link in a document. This can also be done in Delphi: Get the Url of a Hyperlink when the Mouse moves Over a TWebBrowser Document.
Sometimes, you "only" want to extract all the links from a HTML document / URL. You want to get the HREF attribute of all A tags.
Read the full article to learn how to Extract Links From a HTML Page Using Delphi - Get Href Attribute From The A Tags
Related:


No comments yet.Leave a Comment