'event' Example : event : Javascript Objects JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Javascript Objects » event »

 

'event' Example



    
<html>
<body>
<button style="position:absolute; left:10; top:10;" 
        onclick="alert(event.x);">
The x coordinate of your pointer when you click this button is!
</button>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Javascript Objects
» event