I know that to override the browser's determination to render known
MIME types files itself and let the user to download the file instead of viewing you need the following code:
<%'Response.AddHeader "Content-Disposition", "attachment; filename=" & f.name %>
But I'm not sure how to fit it in the following example:
<A HREF="file:///K:/Software/My_Documents/<% Response.Write file_name %>"><% response.write file_name %></A> <STRONG><% response.write file_size %>
Thanks,
Mo