<meta http-equiv="refresh" content="0;url=/newpath/newpage.asp" />
이 동일역할을 하며
Response.Buffer = True '기본값으로 True 이므로 이줄은 별 필요없음
....
Response.Clear
Response.Redirect "/newpath/newpage.asp"
의 형태로 쓴다.
'ClassicASP' 카테고리의 다른 글
VBScript에서 GoTo 라벨 문은 허용되지 않는다. (0) | 2014.08.11 |
---|---|
VBScript 에서 IsMissing() 은 존재하지 않는다 (0) | 2014.08.04 |
euc-kr 을 utf-8로 utf-8 을 euc-kr 로 바꾸기 (0) | 2014.07.02 |
File Encoding Conversion ansi to utf-8 vbscript (0) | 2014.07.02 |
Response.CacheControl, Response.Expires (0) | 2014.06.30 |