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





'pageY' Syntax and Note

Note:

Read-only property. 
Sets the Y coordinate in pixels of the cursor position relative to the page.
    
Syntax:
    
event.pageY
eventName.pageY

    

      
      










Related examples in the same category

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