|
I need help on how to deactivate a button if a visitor to my site do not click on the check box in agreement with my policy. I want the checking of the box to prompt the activation of the button in other to proceed to the next step of the registration procedure.
|
|
|
javascript:
{
var obj=document.getementById('ur button id')
obj.disabled=true;
}
|
|
|
|
|
|
|
// |