Thread: IE automation
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff[_2_] Harald Staff[_2_] is offline
external usenet poster
 
Posts: 449
Default IE automation

Ok so the mystery is on a password protected page. How can we assist?

Best wishes Harald


"fi.or.jp.de" wrote in message
...
https://grid.rdc.com/wss/security/login.html

I don't have problem in login , After my login, There is one browse
button.

I want to input full file path and click submit.

I couldn't able to input the file path.



On Jul 25, 6:02 pm, ron wrote:
On Jul 25, 5:59 am, "fi.or.jp.de" wrote:



Hi All,


I have small automation from excel to web.


I have no problem in logging into the web & input some values in text
box.


But there is browse option, i need input the path in the text box.
I am not able to input.


''''''''''HTML Source CODE''''''''''''''''''


<labelSpreadsheet:</label
<input type="file" name="upload" size="25" value=""
id="spreadsheet_upload"/


''''''''''HTML Source CODE''''''''''''''''''


So, I was using


set Spreads = ie.document.getelementsbyname("upload")
SpreadS.item(0).value = "D:\new folder\abc.xls"


It would help if you could post the url of the website in
question...Ron