Hi All
I managed to get that to work using scores. Set up a clickCounter variable similar to the friendsofcourselab.info site. On the list, I added actions as follows: beforedisplay I set the clickCounter to 0 to reset it from one page to the next as follows SET SCORE(objective="clickCounter", Additive="replace", Score="0")
OnClick I have a SET SCORE to set the score to +1 then I check the value of the clickCounter using IF SCORE and show the image for each click!
Thanks Barend for pointing me in the right direction.
Hi All
I managed to get that to work using scores. Set up a clickCounter variable similar to the friendsofcourselab.info site. On the list, I added actions as follows: beforedisplay I set the clickCounter to 0 to reset it from one page to the next as follows SET SCORE(objective="clickCounter", Additive="replace", Score="0")
OnClick I have a SET SCORE to set the score to +1 then I check the value of the clickCounter using IF SCORE and show the image for each click!
Thanks Barend for pointing me in the right direction.