How can I make or find a website counter that you click to raise or lower the number?

  • Thread starter Thread starter Sprawla from Hydraxis
  • Start date Start date
S

Sprawla from Hydraxis

Guest
Preferably html? So I have a website, I have a counter, not a hit counter though, this is a manual counter I have to edit in the html editor every time I need to raise the number. I need to know if its possible to get or create an html counter with little buttons you click to raise and lower the number.

like, I'm kind of visualizing it as just the number, and below it or beside it little arrows to raise and lower it, or anything similar to that, just as long as its manually raisable and lowerable without having to edit the html text.
i dont need a domain, i have a website
hoping for some links to websites with info for this if there are any
I understand that, I just need something I can embed into the webpage. not at easy as it seems i guess..
JR seemed to be the only helpful one, so thanks to you
 
Is this just for a single user, or multi-user?

For e.g., for an initial value of 0, if one user increments the counter to 5, should all other users see it as 5, or 0?

if it's just for a single user, then you could use java-script to do the trick. Or, for the latter it's bit more complex...
 
Back
Top