This is a discussion on "Save Target As" within the JavaScript Forum section. This forum, and the thread "Save Target As are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Save Target As
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Save Target As
Hi everybody,
I'm looking for a way to activate a download procedure without right-clicking on a link and using the 'save target as' option. My goal is to let the the 'save target as' procedure start after a click on a button. I don't know if this is possible in JavaScript. I hope somebody has an idea to lead me in the right direction. Regards Hans |
|
|
|
||||
|
Re: Save Target As
just use
document.location.href = 'downloads/myfile.zip'
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
Re: Save Target As
Hello Rob,
Thanks for your reply, I tried using: Quote:
Quote:
somehow I don't understand this. If I use i.e.
Back to my wish: what I really want is to get the Windows menu 'Save As' so I can save the file to my computer in stead of listening to it. Any idea ? Regards Hans |
|
||||
|
Re: Save Target As
What you need is a server side technology such as PHP / ASP to serve the file with a specific mime-type to force download.... I dont think this is going to be possible with javascript
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Tags |
| save, target |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Target _blank | Jack Franklin | Web Page Design | 12 | Oct 12th, 2007 09:55 |
| Target Window Name | jayaramgussy | Web Page Design | 9 | Sep 20th, 2007 22:44 |
| Validating target | Lchad | Web Page Design | 16 | Jan 18th, 2007 13:36 |
| XHTML Target | JacobHaug | Web Page Design | 7 | Jan 4th, 2007 11:55 |
| Frameset target help please | charter | Flash & Multimedia Forum | 4 | Mar 28th, 2004 10:05 |