Jump to content

Javascript Toggle Buttons


mubarakabbas

Recommended Posts

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;

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.