Click to See Complete Forum and Search --> : some type of click counter


paj20
01-12-2005, 09:00 AM
Hello there,

I would like to do something like this (http://www.radio957.fi - on the top right corner): 2 links (+ and -) where you can click on, and there is some "thing" that counts it and displays a percentage.
Any idea about this ?

Thanks for your help !

soccer362001
01-12-2005, 09:43 AM
You would need something besides HTML to do this. My guess is JavaScript.

zingmatter
01-12-2005, 11:48 AM
You'll need server-side scripting to do this so that you keep a running total of the score, and you'll need to set a cookie to discourage people voting more than once.