°³Ã¼ÀÇ ¼³¸íÀ» À§ÇÑ ±ä ¹®ÀÚ¿À» °®´Â ÁÖ¼Ò(URI)¸¦ ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù.
ÀÌ ¼Ó¼ºÀº Àбâ/¾²±âÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.
| °³Ã¼ | script | HTML | ±Ô°Ý | IE |
|---|
ÀÌ ¼Ó¼ºÀº (¿µ¹®) W3C DOM Level 1(Document Object Model)¿¡¼ Á¤ÀǵǾú´Ù.
<IMG src=../../gif/flower.jpg width=200 id=imgObj longDesc="http://koxo.com/lang/js/property/longDesc.txt">
<SCRIPT>
document.write('<BR>imgObj.longDesc='+imgObj.longDesc);
</SCRIPT>