I have implement mouse click event as below.
element.addEventListener('click', theApp.myclick , false);
But, this event doesn't captured link open in mouse wheel and right click. Is the any other DOM event for capture links open in mouse wheel and right click?