i m wrinting javascript. on button click i am calling a javascript function that returns (x,y) coordinate of point where i clicked.
i used
window.event.x and window.event.y
it works fine in IE but not in mozila ..why so
any solution
thnx
i used
window.event.x and window.event.y
it works fine in IE but not in mozila ..why so
any solution
thnx
Comment