I want to download files (TIF/FAX) from a site without any user interaction.
(At the moment, user opens the page, points to the link, then "Save Target As" for each and every file.)
I have posted some HTML codes below and what user wants to download are report1.fax, report2.fax and report3.fax files.
Any help will be greatly appreciated.
Foxbldr
(At the moment, user opens the page, points to the link, then "Save Target As" for each and every file.)
I have posted some HTML codes below and what user wants to download are report1.fax, report2.fax and report3.fax files.
Code:
<a href="viewattachment.jsp?id=94316&name=2005-04-22+report1.fax" target="_blank" >2005-04-22 Report </a>
<a href="viewattachment.jsp? name=report2.fax="_blank" >report3.fax</a>
Any help will be greatly appreciated.
Foxbldr