<br><div class="msgheader"> <div class="right"><span style="CURSOR: pointer" onclick="copycode(getid('phpcode112'));"><u>코드 복사</u></span></div>코드는 다음과 같습니다.</div> <div class="msgborder" id="phpcode112"> <br><iframe src="1.htm " name= "ifrmname" id="ifrmid"></iframe> <br> </div> <br>옵션 1: <br>iframe의 이름 속성을 사용하여 <br><br><div class="msgheader">을 찾습니다. <div class="right"><span style="CURSOR: pointer" onclick="copycode(getid('phpcode113'));"><u>코드 복사</u></span></div>코드는 다음과 같습니다.</div> <div class="msgborder" id="phpcode113"> <br><input type="button" name="Button" value= "Button" onclick="document.frames('ifrmname').location.reload()">또는 <br><input type="button" name="Button" value="Button" onclick="document. all.ifrmname.document.location.reload()"> <br> </div> <br>옵션 2: <br>iframe의 id 속성을 사용하여 <br><br><div class="msgheader"> <div class="right">을 찾습니다. <span style="CURSOR: pointer" onclick="copycode(getid('phpcode114'));"><u>코드 복사</u> </span> </div>코드는 다음과 같습니다.</div> <div class="msgborder" id="phpcode114"> <br><input type="button" name="Button" value="Button" onclick="ifrmid.window.location.reload()"> ; <br /></div><br />최종 해결 방법: <br />iframe의 src가 다른 웹사이트 주소인 경우(도메인 간 작업)<br /><br><div class="msgheader"><div class="right"><span style="CURSOR: pointer" onclick="copycode(getid('phpcode115'));"><u>코드 복사</u></span></div>코드는 다음과 같습니다.</div><div class="msgborder" id="phpcode115"> <br /><input type="button" name= "Button" value="Button" onclick="window.open(document.all.ifrmname.src,'ifrmname','')"></div>