본문 바로가기

IT노트(구)/JavaScript

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

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

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


parent.document.location.reload()