I'm using an onclick event to make an entire div a navigable link. This works well, until you use ctrl+click or middle-mouse click in order to open the target in a new tab. I find that a new tab does indeed open, but so does the current tab.
See what I mean by ctrl+clicking on one of the boxes here: http://mw.modhistory.com/download-1
I don't want to interrupt the ability to browse normally by always forcing it into a new tab...the user should have the option here. But I'd like to be able to quickly open a dozen of those links in new tabs without having to go "back" repeatedly.
I had what I thought was a brilliant idea to use preventDefault(), but that ended up doing the opposite of what I had in mind and entirely prevented the ability to open a new tab (which makes sense once I really thought about what it is meant to do.)
Any ideas? Thanks!
--Fligg