일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- 이클립스
- DB
- 에러
- Excel
- 오류
- 엑셀
- 함수
- 기타소득
- 자바
- 성능
- JEUS
- Book
- oracle
- Tomcat
- 마이플랫폼
- 오라클
- 톰캣
- Report Designer
- 태그를 입력해 주세요.
- 도서
- error
- Eclipse
- 데이터베이스
- miplatform
- java
- 회계
- JavaScript
- MIP
- 튜닝
- 한글
Archives
- Today
- Total
목록opener (1)
어느 가을날의 전환점
JAVASCRIPT|팝업 창에서 부모 창의 함수 호출 방법(opener)
Window opener property The opener property returns a reference to the window that created the window. When opening a window with window.open(), you can use this property from the destination window to return details of the source (parent) window. Coding Tip: window.opener.close() will close the source (parent) window. Syntax window.opener 부모창 var parentWindow; function openCBAWindow(){ parentWin..
Development
2012. 3. 14. 09:30