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