Does anybody know how to set the X and Y coordinates of the cursor on the screen. I have seen plenty of example code of how to GET the cursor's current coordinates, but I have to be able to SET the cursor's location through Javascript code.
I am working on a web application that contains a table. As the user moves the mouse over each row of the table, the row is highlighted. Most of the cells in the table can be clicked on and will pop up a sub-menu that allows the user to view/edit the contents of the cell.
The problem is: After the user is done viewing/editting the information in the sub-menu and the sub-menu closes, his/her cursor is now most likely hovering over a different row. The users are forgetting which row it was that they just looked at. They want the mouse to move back to the row that they were on before they clicked to open the sub-menu.
I know this sounds like a stupid complaint, but it is now a required feature of my applicaiton.
Thanks in advance,
Scott
I am working on a web application that contains a table. As the user moves the mouse over each row of the table, the row is highlighted. Most of the cells in the table can be clicked on and will pop up a sub-menu that allows the user to view/edit the contents of the cell.
The problem is: After the user is done viewing/editting the information in the sub-menu and the sub-menu closes, his/her cursor is now most likely hovering over a different row. The users are forgetting which row it was that they just looked at. They want the mouse to move back to the row that they were on before they clicked to open the sub-menu.
I know this sounds like a stupid complaint, but it is now a required feature of my applicaiton.
Thanks in advance,
Scott