M
Mike D
I am using asp to create an excel file on the fly using:
Response.ContentType="application/x-msdownload"
Response.AddHeader "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.ContentType="application/x-msdownload"
Response.AddHeader "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