capture mouse click position

santel

Newcomer
Joined
Jun 21, 2005
Messages
7
Is it possible to capture the mouse click position in asp.net page.Anyone pls help.

Thanx in advance
 
not by just using ASP.net. You would need to use JavaScript to capture the position of the cursor, and then send that information when you post the data to the server.

Why would you want to do this though?
 
Ok, but it would be nice if you could post your solution so that others who have the same problem can learn from it...
 
Back
Top