dear all, i have two buttons inside my page. i want for the 1st time the 2nd button cant click(inactive), but we can click it after we click at the 1st button. And of course after 1st button clicked, it become inactive.
this the sequence:
button 1 ---> active
button 2 ---> inactive
then click "button 1"
button 1 --->inactive
button 2 ---> active
then click "button 2"
button 1 --->active
button 2 --->inactive
how do i do that?