°³Ã¼°¡ ¼Ò¼ÓµÈ ÃÖ»óÀ§ À©µµ¿ì¸¦ ¹ÝȯÇÑ´Ù.

Àμö
: (¼Ó¼º °³Ã¼)
¼Ó¼º°ªÀº °³Ã¼°¡ ¼Ò¼ÓµÈ ÃÖ»óÀ§ À©µµ¿ì¸¦ ³ªÅ¸³»´Â °³Ã¼ÀÌ´Ù.

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

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

<SCRIPT>
str='window.top.frames.length='+window.top.frames.length+'<BR>';
str+='top.frames.length='+top.frames.length+'<BR>';
str+='top.location='+top.location+'<BR>';
str+='top.frames[1].name='+top.frames[1].name+'<BR>';
str+='top.frames[1].frames[1].name='+top.frames[1].frames[1].name+'<BR>';
document.write(str);
</SCRIPT>