onclick="this.value=;"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kestrel
    Recognized Expert Top Contributor
    • Jul 2006
    • 1071

    onclick="this.value=;"

    i had it a while ago, but i forgot...
    heres what i have.
    Code:
    <input type="button" value="Submit" onclick="this.disabled=1;  this.value=Sending;">
    i can get the button to disable, but the value wont change.
    can someone help?
    thanks
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2
    well you need this.value='Sen ding';

    Comment

    • kestrel
      Recognized Expert Top Contributor
      • Jul 2006
      • 1071

      #3
      oh ok
      thanks

      Comment

      Working...