OnClick for google analytics and target _blank. The link does not work?
问题 <a href="http://example.com/test.html" onclick="_gaq.push(['_link', 'http://example.com/test.html']);" class="noFloat" target="_blank"> Click Me </a> I have a problem with this code. Without return false; i have a new window and it's ok, but the same url is also open in the same parent window. Then i have two windows with the same content. I think the problem is the redirect of the _gaq.push Please help me! Thank you! 回答1: _link will replace your current page with the link page. So you should