01-30-2008, 04:23 AM
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:
Good luck.
Matt B
You could also try another method of searching the web page for the input field. Such as:
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
