Wednesday, 28 August 2013

Javascript tracking onclick link to open link in new window

Javascript tracking onclick link to open link in new window

I have a JavaScript onclick script, this is how I need to execute the href
supplied to me.
Is there any way I can modify this to open the link in a new window
instead of the same window?
_gaq.push(['_link', this.href]); return false;

No comments:

Post a Comment