티스토리 뷰
response.setContentType("text/html; charset=UTF-8");
PrintWriter out = response.getWriter();
out.println("<script>alert('로그인을 해 주세요.'); location.href='www.nyan.cat';</script>");
out.flush();
컨트롤러 단에서 alert를 띄우고 redirect를 하는 방법이다.
'프로그래밍 > JAVA' 카테고리의 다른 글
자바에서 엑셀 파일 poi 로 읽기 (0) | 2021.01.26 |
---|---|
자바에서 엑셀 다루는 poi 사용하기 - 파일 만들기 (0) | 2021.01.26 |
일반 자바파일, JSP 등에서 DAO호출법 (0) | 2021.01.15 |
Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)' vscode 해결법 (0) | 2020.12.21 |
Exception 발생시 에러 Value Return (0) | 2020.12.15 |