0
내가 가진 코드 :iframe이 dosent 작업
<iframe src="in1.html" width="400" height="300" id="f1">
<p>Your browser does not support iframes.</p>
</iframe>
<script>
var childFrame = document.getElementById("f1").contentWindow;
childFrame.document.body.style.backgroundColor = "yellow"
</script>
내가 옐로우 페이지를로드 할 때에 보여하지만 다음 흰색 배경에 부하이다. 왜?
당신은 아마 당신이 그것을 – adeneo
을 변경하기 전에로드 iframe을 기다릴 필요가하지만 내 스크립트 아무튼
이하 그다지 도움이 안되면 iframe은 ** 내용 **을로드해야합니다 ** – adeneo