°³Ã¼ÀÇ ¸ðü window °³Ã¼¸¦ ¹ÝȯÇÑ´Ù.

Àμö
: (¼Ó¼º °³Ã¼)
¼Ó¼º°ªÀº °³Ã¼ÀÇ ¸ðü window °³Ã¼ÀÌ´Ù.

ÀÌ ¼Ó¼ºÀº ÀбâÀü¿ëÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.

Àû¿ë
°³Ã¼scriptHTML±Ô°ÝIE

<SCRIPT>
str='document.parentWindow.name='+document.parentWindow.name+'<BR>';
str+='parent.document.parentWindow.name='+parent.document.parentWindow.name+'<BR>';
str+='document.parentWindow.document.location='+document.parentWindow.document.location+'<BR>';
document.write(str);
</SCRIPT>