asp 변수
set crs = Server.CreateObject("ADODB.RECORDSET")
ASP = >> Excel로 저장 설정
' Response.Buffer = True
' Response.ContentType="application/vnd.ms-excel"
' Response.CacheControl="public"
' Response.AddHeader "Content-Disposition","attachment;filename=test.xsl"
save_filename = request("tmp_tdate")
Response.Buffer = TRUE
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "Content-Disposition", "attachment;filename="& save_filename & ".xls"
이 글은 스프링노트에서 작성되었습니다.
'프로그램' 카테고리의 다른 글
아파치 외부 이미지 설정 (0) | 2009.12.02 |
---|---|
imageMagick 옵션,설명 (0) | 2009.08.19 |
아파치 에러 코드 HTTP 1.1 status codes [TOP] (0) | 2009.05.20 |
엑티브 패시브 모드 (1) | 2008.01.31 |
재무설계와 자산관리 도움되는 글 (0) | 2007.09.20 |