Event type occured : General Event : Event onMethod JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Event onMethod » General Event »

 

Event type occured



<html>
<head>

<script type="text/javascript">
function whichType(event){
    alert(event.type)
}
</script>
</head>

<body onmousedown="whichType(event)">

<p>Click on the document. </p>

</body>
</html>



           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» General Event