how do this

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gncreditcards
    New Member
    • Jan 2008
    • 1

    how do this

    I want that every user visiting the page can see how many times the button 'Vote' has been pressed by others. Not begin at 1 when visiting my page
    [code=html]
    <form name="HOME">
    <input type="text" value="1" name="CASA">
    <input onclick="docume nt.HOME.CASA.va lue = Number(HOME.CAS A.value)+1;" type="button" value="Vote"> </form>
    [/code]
    Last edited by numberwhun; Jan 30 '08, 01:18 PM. Reason: add code tags
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    Hi,
    You will need server side for this. so your best bet is asking the question in the PHP, or ASP forums.

    BUT first check what serverside language your ISP offers you.

    Comment

    • Death Slaught
      Top Contributor
      • Aug 2007
      • 1137

      #3
      Sup gncreditcards, please use proper code tags when posting code, and I ask that you read the posting guidelines there's a link in my signature below.

      Thanks, Death

      Comment

      Working...