Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check Box (Website)
#4
It works wit the test website.
Macro Macro2134
Code:
Copy      Help
int w=wait(3 WV win("Tryit Editor v1.8 - Windows Internet Explorer" "IEFrame"))
Htm e=htm("INPUT" "Bike" "" w "2" 0 0x421 3)
if e.Checked
,out "checked"
else
,out "unchecked"
e.Click ;;toggle
But it must be "INPUT", not "IMG". Look for "INPUT" somewhere near the IMG.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)