JavaScript DHTML/Event onMethod/onMouseMove

Материал из Web эксперт
Перейти к: навигация, поиск

"onMouseMove" Example

   <source lang="html4strict">
   

<head> <script language="JavaScript">

   function function1(){
       alert("The "+event.type+" event fired") 
   } 

</script> </head> <body>

       Move the mouse into this div element area.

</body>


     </source>