ÇöÀçÀÇ À©µµ¿ì³ª ÇÁ·¹ÀÓÀÇ ÂüÁ¶¸¦ ¹ÝȯÇÑ´Ù.

Àμö
: (¼Ó¼º °³Ã¼)
¼Ó¼º°ªÀº ÇöÀçÀÇ À©µµ¿ì³ª ÇÁ·¹ÀÓ °³Ã¼ÀÌ´Ù.

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

Ư±â

ÇöÀçÀÇ À©µµ¿ì³ª ÇÁ·¹ÀÓÀ» ¸í½ÃÀûÀ¸·Î ȤÀº ¾Ï½ÃÀûÀ¸·Î ÂüÁ¶Çϱâ À§ÇÏ¿© ÀÌ ¼Ó¼ºÀ» »ç¿ëÇÒ ¼ö ÀÖ´Ù.

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

self ¼Ó¼º ¿¹Á¦

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