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

'clientX' Syntax and Note

Note:

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

    

      
      








Related examples in the same category

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