namespace À̸§ÀÚ¸® À̸§À» ¹ÝȯÇÑ´Ù.
ÀÌ ¼Ó¼ºÀº ÀбâÀü¿ëÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.
¹®¼ÀÇ À̸§ÀÚ¸®´Â scopeNameÀ¸·Î ¾Ë ¼öÀÖ´Ù.
<SCRIPT>document.write('document.body.scopeName)='+document.body.scopeName);</SCRIPT>
°³Ã¼ | script | HTML | ±Ô°Ý | IE |
---|
<HTML xmlns:newnamespace xmlns:othernamespace> <HTML xmlns:t ="urn:schemas-microsoft-com:time"> <IMPORT namespace='othernamespace' url='exp/newTag.htc'> <SCRIPT> document.write(document.namespaces.length+'<BR>'); for (i=0;i< document.namespaces.length;i++){ document.write('document.namespaces('+i+').name='+document.namespaces(i).name+'<BR>'); } </SCRIPT>