'asp'에 해당되는 글 2건

  1. 2007/03/31 [ASP] 자기자신 페이지 이름
  2. 2007/03/31 [ASP] 엑셀로 저장하기(헤더)

Request.ServerVariables("SCRIPT_NAME")

이렇게 사용하면 됨

Posted by 체리
TAG asp

트랙백 주소 http://blog-kr.specialguy.net/trackback/36 관련글 쓰기

댓글을 달아 주세요


response.buffer=true
Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "Content-Disposition","attachment;filename=이름.xls"

나머지는 테이블로 작성해서 뿌려주면 됨

Posted by 체리
TAG asp, 엑셀

트랙백 주소 http://blog-kr.specialguy.net/trackback/35 관련글 쓰기

댓글을 달아 주세요

이전버튼 1 이전버튼