반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- KO
- 리베리카
- xamarin.forms
- 아라비카
- xamarin.android
- KnockoutJS
- xamarin
- asp
- 템플릿
- ServerVariables
- 커피블로그
- 프렌치프레스
- vbscript
- NGUI
- 커피
- 원두
- shared
- Classic ASP
- 함수
- Android
- 제주도
- 드립 커피
- 태그를 입력해 주세요.
- Unity
- 자마린
- 커피역사
- 커피풍미
- 로부스타
- fso
- 여행
Archives
- Today
- Total
개발人
키를 구하는 소스 본문
Dim strDirold : strDirold = 기존폴더명
<%
For each item in Request.ServerVariables
response.write item
Next
%>
<%for each key in Request.ServerVariables %>
<%next%>
| variable | value |
| <%=key%> | <% ' 만약 키 value 가 있다면 찍고 없으면 공백을 찍는다 if Request.serverVariables(key) = "" then response.write "" else response.write request.servervariables(key) end if %> |
반응형
'Classic ASP' 카테고리의 다른 글
| global.asa (0) | 2014.08.11 |
|---|---|
| cmd 객체 (0) | 2014.08.11 |
| ASP성능 향상 팁 (1) | 2014.08.08 |
| 쿠키공유 (0) | 2014.08.07 |
| 쌍따옴표 & 홑따옴표 치환 (0) | 2014.08.07 |
Comments