when the user clicks the second link, how can i make the file to be prompted for a download, instead of opening the cat.avi file with the windows media player or what ever?
try this (IE Only I beleive)
<button onclick="javascript:document.execCommand('SaveAs','1','fileName.txt')">Click to save</Button>