728x90 WEB87 HTML 태그 먹히지 않게 하기. 기존 EL을 사용하여 데이터를 불러온다면. ${item.answer} 하지만, DB안에 HTML 태그로 구성되어 있을 수도 있지만, 나는 태그를 먹지 않게 하고 싶다. 를 사용하여, HTML 태그를 먹히지 않고, 문자열로 불러올 수 있다. WEB/HTML 2018. 5. 4. [JSP] ch04-02. 장바구니 4-2. 장바구니 main.html 메인 상품목록 장바구니 listProd.jsp 상품 목록 노트북 전기차 아파트 북한산 메인으로 장바구니에 담기 cartProc.jsp cartOut.jsp 장바구니 장바구니가 비었습니다 상폼목록 삭제 WEB/JSP 2017. 11. 15. [JSP] ch04-01. Cookie 4-1. Cookie main.html 쿠키 보기 쿠키 생성 쿠키 수정 쿠키 삭제 cookieOut.jsp 메인으로 : cookieGen.jsp 메인으로 cookieMod.jsp 메인으로 cookieDel.jsp 메인으로 WEB/JSP 2017. 11. 15. [CSS] nth-child (n번째부터 n번째까지 css적용) nth-child (n번째부터 n번째까지 css적용) 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 28 28 결과는? WEB/CSS 2017. 11. 14. [JSP] ch03-07. Include3 3-7. Include3 includeMain.jsp directive action includeMsg.jsp Colored actionOut.jsp 님 환영합니다. directiveOut.jsp 님 환영합니다. WEB/JSP 2017. 11. 14. [JSP] ch03-06. Scope 3-6. Scope scopeMain.jsp redirect forward scopeProc.jsp scopeOut.jsp page: request: session: application: parameter(way): parameter(userName): WEB/JSP 2017. 11. 14. [JSP] ch03-05. Forward Login 3-5. Forward Login LoginService.java package ch03.ex05; public class LoginService { private String userId = "blueid"; private String userPw = "bluepw"; public boolean check(String userId, String userPw){ return userId.equals(this.userId) && userPw.equals(this.userPw); } } forwardLoginIn.jsp 아이디: 암 호: 로그인 정보가 틀렸습니다. forwardLoginProc.jsp forwardLoginOut.jsp 아이디: 암 호: WEB/JSP 2017. 11. 13. [JSP] ch03-04. Redirect Login 3-4. Redirect Login LoginService.java package ch03.ex04; public class LoginService { private String userId = "blueid"; private String userPw = "bluepw"; public boolean check(String userId, String userPw){ return userId.equals(this.userId) && userPw.equals(this.userPw); } } redirectLoginIn.jsp 아이디: 암 호: 로그인 정보가 틀렸습니다. redirectLoginProc.jsp redirectLoginOut.jsp 다음 정보로 로그인 성공했습니다. 아이디: 암 호: WEB/JSP 2017. 11. 13. [JSP] ch03-02. Request 3-2. Request requestParamin.html 설문 조사 이름 성별 남 여 좋은 계절 봄 여름 가을 겨울 직업 회사원 자영업 학생 requestParamOut.jsp 답변 확인 이름 성별 좋은 계절 직업 requestMethod.jsp getContextPath(): getMethod(): getRequestURL(): getRequestURI(): getQueryString(): getServerName(): getProtocol(): WEB/JSP 2017. 11. 13. [JSP] ch03-01. FOR문 3-1. FOR문 out.jsp WEB/JSP 2017. 11. 13. [JSP] ch02-08. Include2 2-8. Include2 index.jsp MAIN A B main.jsp MAIN to a a.jsp A to main b.jsp B to main WEB/JSP 2017. 11. 13. [JSP] ch02-07. Include 2-7. Include index.jsp MAIN A B main.jsp MAIN to main a.jsp A to main b.jsp B to main WEB/JSP 2017. 11. 13. 이전 1 2 3 4 ··· 8 다음 728x90