How do you display values in a textarea using javascript.
ex. i have 2 radio buttons
o Adult =$9.99
o Child =$6.99
i need it to be, so that if i select adult in the radio button option , it will display 9.99 in my textarea at the other frame. Cause im using 2 frames for this html file. The radio buttons are at the left frame and the textarea is at the right frame.
ex. i have 2 radio buttons
o Adult =$9.99
o Child =$6.99
i need it to be, so that if i select adult in the radio button option , it will display 9.99 in my textarea at the other frame. Cause im using 2 frames for this html file. The radio buttons are at the left frame and the textarea is at the right frame.
Comment