07-30-2009, 04:48 PM
take a variable to store the click counter say iClkCnt set value default as 0, and on every link.click increase this with one( iClkCnt = iClkCnt +1)
in this way you will get the count of link clicked and put your logic
in this way you will get the count of link clicked and put your logic