일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 27 | 28 |
Tags
- 시퀀스 초기화 프로시져
- 전화번호 형식 자동 변환
- 여러줄 한줄로
- JSP Standard Tag Library (JSTL) Tutorial
- 스킵 네비게이션
- ajax 배열 파라미터
- 근무날짜 경력계산
- 화면보호기 실행 방지
- 허드슨 포트 변경
- eclipse properties
- javascript Camel
- DIV 팝업 이외 영역 클릭 시 팝업 닫기
- css 말줄임
- 탭과 클릭 focus 이벤트 구분
- jQuery 백스페이스
- #오라클 데이터 복구
- javascript 낙타
- Spring Annotation
- jquery_api #jquery #api
- eclipse 다국어
- 엑셀 UPDATE
- 트리거 이벤트
- eclipse 폰트
- 뒤로가기 방지
- i_tail
- ajax 배열
- taglib 만들기
- 팝업 종료
- 폴더만 남기고 파일만 삭제
- jquery_cheat_sheet #jquery_quick_api_reference
Archives
- Today
- Total
Hi~ Summers!!
팝업으로 Submit 때리기 본문
mainForm.target = "popupName";
mainForm.action = "target.do";
window.open("target.do","popupName", "xxxxxxxxxxxx");
mainForm.submit();
Comments