Anyone have such experience?
when I write the code to download a file say,
[CODE]
<a href="..\mypath\myfilename.fileextension">download</a>

The code basically works ,but sometime it pops a window to let user download the actual file, but sometimes the browser just redirect and display that file .

how can I suppress the browser's behaviour of displaying the file but actually download it?

thanks