»ç¿ëÀÚ°¡ ¸¶¿ì½º Æ÷ÀÎÅ͸¦ À̵¿½ÃŲ ¸ñÇ¥ °³Ã¼ÀÇ ÂüÁ¶¸¦ ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù.

Àμö
: (¼Ó¼º °³Ã¼)
¼Ó¼º°ªÀº »ç¿ëÀÚ°¡ ¸¶¿ì½º Æ÷ÀÎÅ͸¦ À̵¿½ÃŲ ¸ñÇ¥ °³Ã¼ÀÇ ÂüÁ¶¸¦ ³ªÅ¸³»´Â °³Ã¼ÀÌ´Ù.

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

Ư±â

IE4.0¿¡¼­ ÀбâÀü¿ëÀ̾úÀ¸³ª IE5ºÎÅÍ´Â Àϱâ/¾²±âÀÌ´Ù.

Àû¿ë
°³Ã¼scriptHTML±Ô°ÝIE

¸¶¿ì½º¸¦ ¿Ã·Áº¸¶ó.
°á°ú Ç¥½Ãâ
<SCRIPT>
function showAll(){
  str='window.event.type=<FONT color=blue>'+window.event.type+'</FONT><BR>';
  str+='event.type=<FONT color=blue>'+event.type+'</FONT><BR>';
  str+='window.event.toElement.tagName=<FONT color=blue>'+window.event.toElement.tagName+'</FONT><BR>';
  str+='event.toElement.tagName=<FONT color=blue>'+event.toElement.tagName+'</FONT><BR>';
  str+='event.toElement.nodeName=<FONT color=blue>'+event.toElement.nodeName+'</FONT><BR>';
  showA.innerHTML=str;
}
</SCRIPT>
<DIV onmouseover="showAll()" style="background-color:ffa;border:solid 1 blue;width:300">¸¶¿ì½º¸¦ ¿Ã·Áº¸¶ó.</DIV>
<DIV id=showA>°á°ú Ç¥½Ãâ</DIV>