I'm saving the Recordset result to a text file in ASP pages using response.contenttype = "text/CSV", the "File DownLoad" prompt will come up to ask if I want to "open this file from its current location" or "Save this file to disk". Is there a way I can tell it to disable the first choice (open file from its current location)? Thanks.