PDA

View Full Version : [js] User Click In TD



amitgeorge
April 23rd, 2005, 05:18 AM
I have a HTML table and the user can click in any of the cells... I need to find the x and y coordinates of the mouse click with respect to the cell in which it was clicked...
and the table is quite bid an so wont fit in a screen

please help

Enigmatic
April 25th, 2005, 04:37 PM
Something like :

http://javascriptkit.com/script/script2/coord.shtml

That perhaps ?