»ç¿ëÀÚ°¡ ¸¶¿ì½º Æ÷ÀÎÅ͸¦ À̵¿½ÃŲ ¸ñÇ¥ °³Ã¼ÀÇ ÂüÁ¶¸¦ ¹ÝȯÇϰųª ¼³Á¤ÇÑ´Ù.
ÀÌ ¼Ó¼ºÀº Àбâ/¾²±âÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.
IE4.0¿¡¼ ÀбâÀü¿ëÀ̾úÀ¸³ª IE5ºÎÅÍ´Â Àϱâ/¾²±âÀÌ´Ù.
| °³Ã¼ | script | HTML | ±Ô°Ý | 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>