일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 회계
- 마이플랫폼
- 태그를 입력해 주세요.
- JavaScript
- 성능
- oracle
- 오라클
- 한글
- java
- MIP
- JEUS
- 함수
- 자바
- 톰캣
- 도서
- 이클립스
- Tomcat
- 엑셀
- Excel
- Book
- error
- DB
- Eclipse
- 데이터베이스
- 에러
- 오류
- miplatform
- 기타소득
- Report Designer
- 튜닝
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