Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"key" enters data into wrong browser field
#1
This worked properly on my laptop, but does not work correctly on my desktop. Any idea what is going wrong? It is supposed to enter the keyed text into the file name field on the specified web page, but now it enters the text into the part of the browser where one usually types a URL?!? I tried using the Find HTML Element tool to confirm the "HTM" statement, and while it comes up with different info on the desktop as opposed to the laptop, neither works on the desktop. Very confusing.



web "http://verichem-data-reduction.com/submit/" 1

act win(" Internet Explorer" "IEFrame")
Htm el=htm("INPUT" "uploadedfile" "" win(" Internet Explorer" "IEFrame") 0 0 0x221)
el.SetFocus
key "fred"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)