I need to have some way of showing this:
Management oYes o No
If the yes radio button is selected,
I need to display set of radio buttons to the right but on the same line as the Management radio buttons. Then under the Management radio buttons display a drop-down listbox of items.
If the no radio button is selected,
I need to display a different drop-downlist box of items and a checkbox. These items can be placed underneath the Management radio buttons.
I was thinking of using DIV or LAYER tags but are not too familiar with them. An example would be most appreciated.
Management oYes o No
If the yes radio button is selected,
I need to display set of radio buttons to the right but on the same line as the Management radio buttons. Then under the Management radio buttons display a drop-down listbox of items.
If the no radio button is selected,
I need to display a different drop-downlist box of items and a checkbox. These items can be placed underneath the Management radio buttons.
I was thinking of using DIV or LAYER tags but are not too familiar with them. An example would be most appreciated.
Comment