I have the following link to track cross site travelling for google analytics:
<a href="http://example.com/test.html"
onclick="_gaq.push(['_link', 'http://example.com/test.html']);
return false;"
class="noFloat"
target="_blank">
Click Me
</a>
I am trying to debug why this link but it does not work, I click it and no new window opens. Just wanted to confirm that it's a problem with the code above or will it be something else on my page breaking this? If so I will get back to debugging javascript.