mubarakabbas Posted February 2, 2010 Share Posted February 2, 2010 Hi, How to toggle the Submit Button with Activate and Inactivate Button, if we click the button it wants to enable or disable and text wants to be change according to that. Thank you, Quote Link to comment Share on other sites More sharing options...
jammesz Posted February 3, 2010 Share Posted February 3, 2010 Can you please explain more clearly what you want to do? I can make a guess that you want to make the submit button disable and enable when something happens? In that case you can use this to do that: document.getElementById("submitButtonID").disabled=true; and document.getElementById("submitButtonID").disabled=false; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.