
Link to download file does not work in netscape.
I am using the following line to download a file:
<a href="<%=Session("FileName")%>">Download File</a>
the variable Session("FileName") contains something like this:
"/licenses/file.exe".
My problem is thet in netscape when i left click this link it tries to open
other page, and an error ocurres. The only way i found to save this file is
to right click on it and choose the option save on the menu.
Is it possible to solve this problem, and make netscape work similar to
internet explorer in this case?
Thanks IA