I want to make this:
When page loads there will be a button, but I want for it to be disabled (can't click it) for specified time.
For example when page loads I want the button to look like this:
"Submit (10)" after 1 second - "Submit (9)" and so on....
when the timer reaches 0, the button would be enabled, so now you can click it, it will work and redirect you to any specified location.
Thank you for help 
|