Thread: Save Target As
View Single Post
  #3 (permalink)  
Old Dec 15th, 2005, 09:07
VanderBOOM VanderBOOM is offline
SuperMember

SuperMember
Join Date: Dec 2005
Location: Netherlands
Age: 46
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Save Target As

Hello Rob,

Thanks for your reply,

I tried using:

Quote:
Originally Posted by Rob
just use
document.location.href = 'downloads/myfile.zip'
in my case
Code: Select all
document.location.href = 'Muziek/A%20Brand%20New%20Year%20(LR).mp3'
but this results in blanking the frame in which the button was pressed, and then nothing happens. Only after pushing the Refresh button in IE, Quicktime starts up with the loaded song. Also Dreamweaver starts complaining that the
Quote:
"Document has been modified outside of Dreamweaver. Do you want to reload it ?"
.
somehow I don't understand this. If I use i.e.
Code: Select all
document.location.href = '1024DownloadOrange01.htm'
it loads the page into the frame in which the button was pressed without problems. Do you have any idea why this happens ?

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
Reply With Quote