i need a button, that onclick changes value to "Sending" and disables so the cant click it again
Heres what i have
but i cant seem to make
to work with the other two scripts in the button.
Is it possible?
--Thanks
Heres what i have
Code:
<input type="button" value="Submit" onclick="this.disabled=1; this.form.submit();">
Code:
this.value=Sending;
Is it possible?
--Thanks
Comment