This is a discussion on "File Download" within the JavaScript Forum section. This forum, and the thread "File Download are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
File Download
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
File Download
Hi,
I need to download ".bat" file on click of an image. The code is : <script> function downloadBatchFile() { window.open('http://myserver/download.bat'); } </script> ..... <img src="FileDownload.gif" onclick="downloadBatchFile();"/> With this code, the file content are displayed in the new window. No download/save window is shown. I tried doing the same with the help of <a href ..> tag. but the output is same. Can any one help me on that. (If I replace .bat file with .zip file it shows me the Save window, and the zip file can be downloaded); Thanks, Nilesh |
|
|
![]() |
| Tags |
| file download |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Allow users to download flv file | @lun | Flash & Multimedia Forum | 4 | Jan 29th, 2008 17:33 |
| Download button - to download a PDF file | attila001122 | Web Page Design | 3 | Dec 9th, 2007 16:09 |
| file download help | acrikey | Web Page Design | 7 | Aug 23rd, 2007 00:11 |
| PHP file download script | sabatier | PHP Forum | 2 | Aug 14th, 2007 11:43 |
| Text file download | harlekin | Classic ASP | 2 | Dec 5th, 2005 18:23 |