Event type : Event Properties « Event « JavaScript DHTML






Event type

 
    
<html>
<head>
<script language="JavaScript">
    function function1(){
        var m = window.event.type; 
        alert(m)
    }
</script></head>
<body>
<input type="button" value='type = "button"' onClick="function1();">
</body>
</html>

    
      
        
  








Related examples in the same category

1.Event qualifier
2.Event saveType
3.Event nextPage
4.Event repeat
5.Event return Value
6.Event pageY and pageX
7.Event screenY, screenX
8.Event offsetY and offsetY
9.Event 'layerY'
10.Event 'layerX'
11.Event 'propertyName'
12.Event from Element
13.Event screenX
14.Event 'target' Example
15.Event 'srcUrn' Example
16.Event source element
17.Event to Element
18.Event y and x Property
19.'contentOverflow' Example
20.'cancelBubble' Example
21.Get event Phase: CAPTURING,BUBBLING