View Single Post
Old 10-02-2007, 10:06 PM   #2 (permalink)
kpatelseo
Junior Googler
 
kpatelseo's Avatar
 
Join Date: Oct 2007
Location: Ahmedabad, Gujarat, India
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
kpatelseo is on a distinguished road
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
kpatelseo is offline   Reply With Quote