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