Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"key" enters data into wrong browser field
#2
Your code does what its supposed to on my computer.

You could also try another method of searching the web page for the input field. Such as:
Code:
Copy      Help
web "http://verichem-data-reduction.com/submit/" 1

act win(" Internet Explorer" "IEFrame")
Htm el=htm("INPUT" "uploadedfile" "<INPUT style=''FONT-SIZE: 10pt; FONT-FAMILY: Trebuchet MS'' type=file size=60 name=uploadedfile>" win(" Internet Explorer" "IEFrame") "" 0 0x225)
el.SetFocus
key "fred"

Good luck.

Matt B
Matt B


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)