| pageY | ใช้คืนค่าตำแหน่งของ mouse ในแกน y โดยเทียบกับ browser |
|---|
property:pageY;
return type:number
content:ใช้คืนค่าตำแหน่งของ mouse ในแกน y โดยเทียบกับ browser
example:function showMousePosition ( event ) { alert ( event.pageY ); }
comment:ใช้กับ browser Netscape