Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Class not registered
#3
Have you tried The Qm class HtmlDoc?  example to get links
Code:
Copy      Help
HtmlDoc doc
doc.InitFromWeb("https://www.quickmacros.com")
ARRAY(MSHTML.IHTMLElement) a; int i
doc.GetLinks(a)
for i 0 a.len
,out a[i].innerText
,out a[i].outerHTML
,out "-------"


Messages In This Thread
Class not registered - by marktech - 03-10-2022, 08:27 PM
RE: Class not registered - by redbull2k - 03-12-2022, 02:04 AM
RE: Class not registered - by Kevin - 03-12-2022, 04:12 AM
RE: Class not registered - by marktech - 03-12-2022, 11:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)