팝업창 닫을시 부모창 리로드 > SCRIPT

본문 바로가기
사이트 내 전체검색

SCRIPT

팝업창 닫을시 부모창 리로드

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 5,455회 작성일 21-04-05 16:40

본문

<script>
    window.onunload = refreshParent;
    // OR $(window).unload(function() { refreshParent(); });
    function refreshParent() {
        window.opener.location.reload();
    }
</script>

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

Copyright © neion.co.kr All rights reserved.