• 회원가입
  • 로그인
  • 구글아이디로 로그인

[Window_Object] JS - parent 속성 ★ - 부모창 (= iframe 태그 있는 창)

parent 예제

부모창 (a.html)

 

<iframe id="hz" src="b.html" width="100%" height="500" style="background:yellow;">

  <p>iframe 지원 않는 브라우저는 개나 줘보려.</p>

</iframe>

 


자식창소스 (b.html)

 

<button onclick="homzzang()">클릭</button>


<script>

function homzzang() {

    parent.document.body.style.backgroundColor = "red";

}

</script>

 

부모창 : iframe 태그가 있는 창


분류 제목
게시물이 없습니다.
70/67
목록
찾아주셔서 감사합니다. Since 2012