Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"connect to" Logon/Pass Dialog Interrupting Macro
#2
Code:
Copy      Help
;Use flag 1 with web.
web "url" 8|1|(15<<16); err ErrMsg(2)

;Or wait for 'Connect to' window and then until it is closed.
int h
web "url" 8 0 "" 0 h
int h2=wait(30 WV "Connect to")
wait 15 -WC h2; err ErrMsg(2)
web "" 1 h
mes 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)