on click i want an error msg to popup next to wherever the click occurs. how do i specify the div coordinates?
A:
They'll be two parameters (pageX, pageY) on the event object passed into your mouse event. See these tutorials for examples.
Tom
2010-03-09 20:32:43