PDA

View Full Version : Check Boxes & Text Field...


The Wizzard
01-26-2003, 09:38 PM
Hey...

I want to have 3 check boxes, with 3 different values.

If you click on one of them, it fills in that value in a text field below it.

You can only select 1 box at a time, so 2 different things are not put into the text field...

scroots
01-26-2003, 09:50 PM
use radio buttons as they are designed for only one to be selected.
use something like in the oncheck or something to do document.formname.value=6dgrrr"

anyone if you did use checkboxes the above example would still only place one value in the textbox.

scroots