IT노트(구)/JavaScript
iframe에서 부모창 새로고침 하는 방법
스프링연구소
2016. 2. 15. 10:05
iframe에서 부모창 새로고침을 하고 싶다면
다음과 같이 하면 됩니다.(parent 사용)
parent.document.location.reload()
다음과 같이 하면 됩니다.(parent 사용)
parent.document.location.reload()