º¹ÇÕ À©µµ¿ì ÇÁ·¹ÀÓÀÇ °æ¿ìÀÌ´Ù. ´ÜÀÏ ÇÁ·¹ÀÓÀÇ °æ¿ì´Â
¼Ò½º | ÀÛ¿ë |
<SCRIPT> |
¸Ç¾Æ·¡·ÎÀÌÀü ÆäÀÌÁö·Î |
document.write(top.location); |
|
document.write(top.document.title); |
|
document.write(top.window.frames.length); |
|
document.write(top.window.frames[0].document.title); |
|
document.write(top.window.frames[0].name); |
|
document.write(top.window.frames[1].document.title); |
|
document.write(top.window.frames[1].name); |
|
document.write(window.parent.name); |
|
document.write(parent.name); |
|
document.write(top.window.frames[1].length); |
|
document.write(top.window.frames[1].frames[0].document.title); |
|
document.write(top.window.frames[1].frames[0].name); |
|
document.write(top.window.frames[1].frames[1].name); |
|
document.write(top.frames[1].frames[1].name); |
|
document.write(window.name); |
|
document.write(window.self.name); |
|
document.write(self.name); |
|
document.write(this.name); |
|
document.write(self.document.title); |
|
document.write(document.title); |
|
document.write(top.window.frames[1].frames[1].document.title); |
|
document.write(top.jsright.jsmain.document.title); |
|
</SCRIPT> |
¸ÇÀ§·ÎÀÌÀü ÆäÀÌÁö·Î |