GetMousePosition()

Syntax:

GetMousePosition()

Return:

A new object with the following properties:

x - the current x coordinate of the mouse with respect to the top left corner of the page.

y - the current y coordinate of the mouse with respect to the top left corner of the page.

Remarks:

This function returns the x and y coordinates of the mouse. No parameters required.

image\Script_Button.jpgExamples