¹®¼­ À§Ä¡ÀÇ ¿ÏÀüÇÑ ÁÖ¼Ò(URL)¸¦ ¹®ÀÚ¿­·Î ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù.

Àμö
: (¼Ó¼º ÁÖ¼Ò ¹®ÀÚ¿­)
¼Ó¼º°ªÀº ¹®¼­ À§Ä¡ÀÇ ¿ÏÀüÇÑ ÁÖ¼Ò(URL)¸¦ ³ªÅ¸³»´Â ÁÖ¼Ò ¹®ÀÚ¿­ÀÌ´Ù.

ÀÌ ¼Ó¼ºÀº Àбâ/¾²±âÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.

Àû¿ë
°³Ã¼scriptHTML±Ô°ÝIE
Âü°í
navigate

ÀÌ ¼Ó¼ºÀº (¿µ¹®) W3C DOM Level 1(Document Object Model)¿¡¼­ Á¤ÀǵǾú´Ù.


<SCRIPT>
document.write('location.href=<FONT color=blue>'+location.href+'</FONT><BR>');
document.write('self.location.href=<FONT color=blue>'+self.location.href+'</FONT><BR>');
document.write('parent.location.href=<FONT color=blue>'+parent.location.href+'</FONT><BR>');
document.write('top.location.href=<FONT color=blue>'+top.location.href+'</FONT><BR>');
</SCRIPT>