반응형
//parent page
function parent() {
alert('저는 부모입니다.');
}
//child page - opener.parent.부모 page function
function calllparent() {
opener.parent.parent();
}
반응형
'JAVASCRIPT > JQuery' 카테고리의 다른 글
[JQuery] 테이블 데이터 엑셀로 export 하기 (0) | 2020.12.01 |
---|---|
[JQuery] button append시 onclick 함수에 문자열 넘기기 (0) | 2020.12.01 |
[JQuery] .load() function 사용하기 (0) | 2018.10.06 |
[JQuery] ajax 파일업로드시 progress bar 만들기 (2) | 2018.10.05 |
[JQuery] ajax로 form data(multipart) 전송 하기 (7) | 2018.10.04 |
댓글