I am using asp to create an excel file on the fly using:
Response.Conten tType="applicat ion/x-msdownload"
Response.AddHea der "Content-Disposition", "attachment ; filename=" &
strRunIDName & ".xls;"
This opens the file download dialogue box. When I click open it opens
another identical dialogue box where I have to click open again. How do I
open with only one click. Is this an IE thing or something in the asp code?
Mike
Response.Conten tType="applicat ion/x-msdownload"
Response.AddHea der "Content-Disposition", "attachment ; filename=" &
strRunIDName & ".xls;"
This opens the file download dialogue box. When I click open it opens
another identical dialogue box where I have to click open again. How do I
open with only one click. Is this an IE thing or something in the asp code?
Mike
Comment