I know - this has been asked before, HOWEVER: People keep saying "you can't do that in Firefox", etc. etc. (specifically, this answer: Disabling middle click scrolling with javascript)
...then how does this do it? http://www.lokeshdhakar.com/projects/lightbox2/
- It's in Prototype/Scriptaculous, but my Google-fu is failing me.
- I can't reproduce it in jQuery/MooTools (http://jsfiddle.net/ezSR4/1/)
- It looks tied to the Prototype implementation of events, but perhaps someone knows better than my quick investigation?
It captures the middle clicks, prevents a new window, and fires the correct event to open the overlay. I'm just not as familiar with Prototype as I am with the other libraries, and hope someone can point out the obvious.
TIA.