I'm trying to make a dropdown menu that opens something in a new tab if you middle click. The problem is that middle click doesn't seem to trigger the onclick event.
Edit: I haven't learned JQuery, and I would prefer a method that doesn't require it.