|
You can perform the task by using onClick event. You need to change the link code of domainA.com/pageA
<a href="domainB.com/pageB" onClick="somescript()">Click here to go to PageB</a>
in somescript() function you need to execute the tracking URL, and then user will be redirect to domainB.com/pageB
|