°³Ã¼°¡ ¼Ò¼ÓµÈ ÃÖ»óÀ§ À©µµ¿ì¸¦ ¹ÝȯÇÑ´Ù.
ÀÌ ¼Ó¼ºÀº ÀбâÀü¿ëÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.
°³Ã¼ | script | HTML | ±Ô°Ý | 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>