02-14-2012, 01:24 PM
;str s.getclip("HTML Format")
str s.getsel(0 "HTML Format")
;out s
int i=find(s "<html" 0 1); if(i<0) ret
s.get(s i)
;out s; ret
this block does not work at all.
Tweaked with last thread to get it retrieving img tags
int w=wait(2 WV win("Mozilla Firefox" "Mozilla*WindowClass" "" 0x804))
Acc a1.Find(w "DOCUMENT" "" "" 0x3010 2)
str s
a1.WebPageProp(0 0 s)
out s
==================================================================
I can see the selected menu item in QM output window,
but did not get the way to put in str variable.....
str s.getsel(0 "HTML Format")
;out s
int i=find(s "<html" 0 1); if(i<0) ret
s.get(s i)
;out s; ret
this block does not work at all.
Tweaked with last thread to get it retrieving img tags
int w=wait(2 WV win("Mozilla Firefox" "Mozilla*WindowClass" "" 0x804))
Acc a1.Find(w "DOCUMENT" "" "" 0x3010 2)
str s
a1.WebPageProp(0 0 s)
out s
==================================================================
I can see the selected menu item in QM output window,
but did not get the way to put in str variable.....
