05-23-2017, 12:09 PM
Gintaras Wrote:Get text, or all HTML elements?
You can get page source HTML, and parse it, for example with HtmlDoc class.
when I tried to execute this macro, which I found the help
HtmlDoc d.InitFromWeb("http://www.quickmacros.com/index.html")
str s=d.GetText
out s
out d.GetText("title")
out d.GetText("table" 3)
I run into error
Error in HtmlDoc.Delete: type mismatch.