in reply to Downloading html content

I have been assigned a task where I need to write codes that will make the system to download files from the browser automatically and will then save it into a directory.

I personally believe that you just mean "to download files from the web" and in that case the answers you already got are perfect. But if you really mean "from the browser", in the acceptation of "from the web, by means of a browser," then the following modules may help:

--
If you can't understand the incipit, then please check the IPB Campaign.

Replies are listed 'Best First'.
Re^2: Downloading html content
by pupun (Initiate) on Jan 03, 2008 at 09:36 UTC
    Thanks for your reply. Let me put it more clearly. actually, it's like this; there is a particular secured client site in that particular site through the script we have to give the user id and password and once we enter the site the script will access a partcular link and from which the script has to download data and then save it in a network drive. OS- windows 2000