In chrome standart behavour for ctrl+click is open link in new tab.
But inline js <a href="..." onclick="<some js>">
hinders to open in new tab with ctrl+click. It just opens link in same tab.
What is easiest way to provide a normal behavior by ctrl+click for this case?