'asp'에 해당되는 글 2건

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

Request.ServerVariables("SCRIPT_NAME")

이렇게 사용하면 됨

Posted by 체리
TAG asp

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

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

Posted by 체리
TAG asp, 엑셀
이전버튼 1 이전버튼