wsj lab:: JavaScript - get mouse cursor's position
This is to demonstrate the information of mouse cursor's position retrieval. Since I only test this function on IE and Firefox, The summary is as the following:- IE supports them all
- Firefox supports event.clientX(Y) and event.screenX(Y) only
- for Firefox, event object must be passed from the caller as a parameter