'clientY' Syntax and Note : clientY « Javascript Properties « JavaScript Reference

'clientY' Syntax and Note

Note:

Read and write properties. 
Sets the Y coordinates of the mouse pointer's position
    
Syntax:
    
window.event.clientX = value
window.event.clientY = value

    

      
      








Related examples in the same category

1.'clientY' Example
2.'clientY' is applied to