오랫동안 찾고 있었는데 못찾겠어요~! ! ! w3c에서 찾았으니 나중에 사용할 수 있도록 보관해두세요~! 코드 복사 코드는 다음과 같습니다. body> <br>myWindow=window.open('','','width=200,height=100') <br>myWindow.document.write ("이것은 'myWindow'입니다.") <br>myWindow.focus() <br>myWindow.opener.document.write("이것은 상위 창입니다.") <br> 본문>