Jump to content

dingobingo

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by dingobingo

  1. thanks guys, It is our call logging software, I was hoping to use AutoIT for logging repetative tasks such as password resets, account unlocks etc, I think it is only available on our intranet, the source code for the webforms generated is difficult to follow as it is basically a html header with includes to 5 javascript files, I know html, I dont know javascript too well.
  2. form completion. using a auto it script to fill out a web form, WinActivate($newInc) send("{tab}") send("{tab}") send("{tab}") send("{tab}") send("{tab}") send("{tab}") send("{tab}") send("{down}") but when gets to choose selection from a drop down listbox, the script skips to the next text box, Is there special way to interface these? if so how do I do this?
×
×
  • Create New...