본문 바로가기
JavaScript

iframe에서 부모창 새로고침 하는 방법

by 보니스 2018. 4. 26.
반응형

iframe에서 부모창 새로고침을 하고 싶다면

다음과 같이 하면 됩니다.(parent 사용)


parent.document.location.reload()

출처: http://nine01223.tistory.com/307 [스프링연구소(spring-lab)]