Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Implementing If...Else on Web Page
#2
If your macro works, and you just want to replace err goto to if:
Macro Macro2333
Code:
Copy      Help
,Htm e50=0
,int w3=wait(10 WC win("Question Time! - Windows Internet Explorer" "IEFrame"))
,if(w3) e50=htm("INPUT" "rbnTrue1" "" w3 "0" 3 0x101 3) ;;note: removed flag 32 (error if not found)
,if e50
,,e50.Click
,,
,,wait 0.25
,,Htm e22=htm("INPUT" "btnSubmit" "" w3 "0" 5 0x121 3)
,,e22.Click
,
,int w5=wait(100 WC win("select_product - Windows Internet Explorer" "IEFrame"))
,Htm e18=htm("INPUT" "btnNext" "" w5 "0" 15 0x121 3)
,e18.Click
,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)