본문 바로가기

jsp

게시판 - 페이지사이즈를 이용한 for문 돌리기 HIT : 더보기
textarea 전송 textarea 더보기
DB이용한 입출력하기2 :: list_write.jsp(값입력) -> exequery.jsp(쿼리실행) -> list_output.jsp(DB출력) dbconn.jsp(DB연결시켜줌), _tail.jsp(DB연결해제함) *주의* DB저장과 DB출력은 서로 다른페이지로 구현한다. ============================================== dbconn.jsp ============================================== _tail.jsp ============================================== :: 입력폼 과 DB출력 더보기
DB이용한 입출력하기 ============================================== list_write.jsp ============================================== exequery.jsp ============================================== list_output.jsp 더보기
날짜비교 후 이미지 보이기 //캘린더 객체에서 날짜를 가져오고, DB에 입력된 날짜와 비교합니다. 오늘 입력한 글이면 이미지를 보여줍니다. 더보기
jsp페이지에서 query 실행 20){ cutStr = 20; } %> 더보기
Util.ko IrCoUtil Util = new IrCoUtil(); String[] page0 = request.getParameterValues("page0"); for(int i=0;i  page0[i]=Util.ko(page0[i]); }  String[] page1 = request.getParameterValues("page1"); for(int i=0;i  page1[i]=Util.ko(page1[i]); }  String getValPage[] = new String[19]; getValPage[0]=request.getParameter("b1"); getValPage[1]=request.getParameter("b2"); getValPage[16]=inrUtil.ko(request.getParamet.. 더보기
합이 잘못됐습니다. if(parseInt(this.Form.a9c.value)+parseInt(this.Form.a9d.value) != 100) { alert("합이 잘못됐습니다."); this.Form.a9c.focus(); return; } 더보기