is there a way for a javascript to let the user download a file instead of browsing to it when a link is clicked?
for example, when clicking on a link for an mp3 file, it will open and play in the browser.
can javascript be used to force the file to download instead of opening?
thanks
