IE 7 CTRL + click opens a new window - how to suppress it?
问题 Is it possible to suppress the default IE 7 functionality when CTRL +click on link opens a new window? if so, how? Thanks! 回答1: There is no way to suppress a Ctrl + Click on a link with no child elements in Internet Explorer -- the onclick event doesn't fire at all for link clicks if the Ctrl key is held down. It seems that Microsoft don't want you to change this functionality out of fear that you might confuse the user. I searched for some sort of official confirmation/explanation before