hi all -
sorry the description is a little weak. let me explain.
i have a page with 6 "master" radio buttons which dynamically control a form. if you check master radio button number 1, the page displays 6 additional choices (also radio buttons...let's call them slaves). if you check master 2, the page displays only 5 slaves, if you check master 3, you get 4 slaves, if you check masters 4, 5, or 6, you get only 1 slave.
let's say the user has checked master 1 and slave 3, but then changes his/her mind and checks master 2, slave 1. if the user changes his/her mind again back to master 1, the browser refreshes with slave 3 checked! and if the user then changes master 2, the browser refreshes with slave 1 checked.
i need it to stop doing this.
how do i get it to display a fresh set of unchecked slaves each time a master is checked, whether it's been checked before or not.
thx!
sorry the description is a little weak. let me explain.
i have a page with 6 "master" radio buttons which dynamically control a form. if you check master radio button number 1, the page displays 6 additional choices (also radio buttons...let's call them slaves). if you check master 2, the page displays only 5 slaves, if you check master 3, you get 4 slaves, if you check masters 4, 5, or 6, you get only 1 slave.
let's say the user has checked master 1 and slave 3, but then changes his/her mind and checks master 2, slave 1. if the user changes his/her mind again back to master 1, the browser refreshes with slave 3 checked! and if the user then changes master 2, the browser refreshes with slave 1 checked.
i need it to stop doing this.
how do i get it to display a fresh set of unchecked slaves each time a master is checked, whether it's been checked before or not.
thx!