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?

link|improve this question

72% accept rate
I'm not sure what you're asking? Do you want to capture the "opening a new link" event instead of the actual click event? – MatrixFrog Nov 16 '10 at 8:58
Yes, press scroll whell and open tab or right click and open link in new tab/windows. – Chandana Nov 17 '10 at 5:36
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.