I am using a download component that is called in an asp page(down.asp). If I load this page directly on the browser, the file that has to be downloaded is pointed to correctly in the "save as" dialog. But if i call this file from another asp file (test.asp) through an anchor that points to down.asp, the prompt for "Save As" points to the first asp page (test.asp). Why is this happening and how can I solve it? This happens for any component i use