Forum Moderators: open
If I put the onclick event on a html link it catches the left clicks - how can I do the same with right clicks on the link?
eg. <a href="#" onMouseClick="alert('test')>link</a>
Regards, Josh
Use onContentMenu
Josh