alert() 발생 후 페이지 이동하기 Response.Write(""); Response.Redirect("codezip.aspx"); 당연히 Alert("테트스") 가 발생하고 codezip.aspx로 이동할 줄 알았다. 정확한 이유는 알 수 없으나 Alert("테스트") 발생없이 codezip.aspx로 이용하였다. 그래서 Redirect를 사용하지 않고 자바스크립트로 처리하였다. Response.Write(""); Response.Write("");