Use the tab key to move the focus and count the number of buttons on the web's continuous form. #SenseTalk
put 0 into MyCounter
TypeText tab
repeat while ImageFound(3, "[target image name on focus]")
TypeText tab
put 1 + MyCounter into MyCounter
end repeat
log MyCounter