Radio Buttons

N

Nick Read

How to make a selection of radio button from a group of radion buttons enable
or disable a group of radio buttons on a form?
 
J

Jens Peter Karlsen [FP-MVP]

You can use JavaScript for this.
Use the onclick event of the radiobutton to call a function that
checks the state of the radiobutton and then disables or enables the
group of radiobuttons. Or place the group of radiobuttons in a div
layer and use the function to show or hide this.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top