File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/finance
Editing: finance/report_detailw.asp
Full path: C:\ict\ICT\finance\report_detailw.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% ' Tells the browser to open word Response.ContentType = "application/vnd.ms-excel" ' Adds a header to give the document a name response.AddHeader "content-disposition", "inline; filename=report_detail.xls" c=request("c") id_paysub_sub=request("id_paysub_sub") id_paysub=request("id_paysub") id_paymain=request("id_paymain") %> <% if c=1 then %> <!--#include file="report_detail_sub.asp"--> <% elseif c=2 then %> <!--#include file="report_detail_sub2.asp"--> <% elseif c=3 then %> <!--#include file="report_detail_sub3.asp"--> <% end if %>