document °³Ã¼ÀÇ ÁÖ¼Ò(URL) ¹®ÀÚ¸¦ ¿£ÄÚµùÇÏÁö ¾ÊÀº ¹®ÀÚ¿À» ¹ÝȯÇÑ´Ù,
ÀÌ ¼Ó¼ºÀº ÀбâÀü¿ëÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.
°³Ã¼ | script | HTML | ±Ô°Ý | IE |
---|
ÁÖ¼ÒÀÇ ¿£ÄÚµù ¹®Á¦ÀÇ »ó¼¼ ÂüÁ¶´Â (¿µ¹®)RFC-1738 URL(Uniform Resource Locators)À» ÂüÁ¶Ç϶ó.
document °³Ã¼ÀÇ location,URLUnencoded, URL ¼Ó¼ºµéÀ» ºñ±³ÇØ º¸¶ó.
<SCRIPT> document.write('document.location='+document.location+'<BR>'); document.write('document.URL='+document.URL+'<BR>'); document.write('document.URLUnencoded='+document.URLUnencoded+'<BR>'); </SCRIPT>