Event JavaScript DHTML




    function function1(){
        var m = window.event.type; 
        alert(m)
    }