02-14-2012, 04:08 PM
If need menu of all images, here is another way.
Macro menu of images in Firefox with callback
also need this function
Function Acc_FindFF_callback_get_img_src
Macro menu of images in Firefox with callback
str s
int w=wait(2 WV win("Mozilla Firefox" "Mozilla*WindowClass" "" 0x804))
Acc a1.FindFF(w "IMG" "" "" 0 0 0 "" &Acc_FindFF_callback_get_img_src &s)
;out s
if(!s.len) ret
int i=ShowMenu(s 0 0 2)-1; if(i<1) ret
s.getl(s i)
out s
;str url; a1.WebPageProp(url) ;;use this if need page URL
also need this function
Function Acc_FindFF_callback_get_img_src