O
OtisUsenet
Hello,
I have some onClick events in <a href...> elements, so they get called
when a user clicks on a link.
This works well, and looks like this:
<a onclick="onLinkClick(123);" href="......">foo</a>
Unfortunately, if a user opens the link in a new tab (e.g right
click->open in new tab), my onLinkClick function does NOT get called.
This happens with Firefox (various versions, including the latest one -
1.5.0.1).
Does anyone know if there is a way to work around that and catch even
the "open in new tab" clicks/events?
Thanks!
I have some onClick events in <a href...> elements, so they get called
when a user clicks on a link.
This works well, and looks like this:
<a onclick="onLinkClick(123);" href="......">foo</a>
Unfortunately, if a user opens the link in a new tab (e.g right
click->open in new tab), my onLinkClick function does NOT get called.
This happens with Firefox (various versions, including the latest one -
1.5.0.1).
Does anyone know if there is a way to work around that and catch even
the "open in new tab" clicks/events?
Thanks!