博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

阻止shift+click页面超链接打开新窗口

Posted on 2010-04-10 13:51  codingsilence  阅读(154)  评论(0编辑  收藏  举报

<a href="http://www.google.com/" onclick="window.location = this.href; return false;">
    去google    阻止shift+click页面超链接打开新窗口

</a>