File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/finance
Editing: finance/report_detailw.asp.bak
Full path: C:\ict\ICT\finance\report_detailw.asp.bak
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") %> <% 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 %>