Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
extract links (a href => zip only)
#5
Tested with Firefox, but should work with all browsers, just need to find correct root web page object.
Macro Macro1817
Code:
Copy      Help
out
int w=win("Firefox" "Mozilla*WindowClass" "" 0x804)
Acc a.Find(w "DOCUMENT" "" "" 0x3010 2)
ARRAY(Acc) aa; int i
a.GetChildObjects(aa -1 "LINK")
for i 0 aa.len
,out "%-35s %s" aa[i].Name aa[i].Value


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)