Disable Button...

1

116

I have a button on a page that when clicked increments a number. I am
looking for an example of script that will only allow the button clicked once
until the form has been submitted.

David
 
M

Murray

<button type="button" onclick="if(varClick==0) { do increment here;
varClick=1; }">Click Me</button>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top