'onMouseOver' Example : onMouseOver : Event onMethod JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onMouseOver »

 

'onMouseOver' Example



    
<head>
<script language="JavaScript">
    function function1(){
        alert('Th'+event.type+' event fired') 
    
</script>
</head>
<body>
    <div id="myDiv" onmouseover="function1()">
        Move the mouse over this div element area to triger the mouseover event.
    </div>
</body>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onMouseOver