I have an HTML table with a link in the first column. I want to allow the user to click anywhere in the row to activate that link. At the same time, I would like to preser
You could grab the event and look at it's event code. But there is no real way to know what a browser's behavior for those events.