Hey, I have a relativly simple task that I can't seem to remember...
I have 3 radio buttons that give a user 3 different choices. When they select choice one, I want it to print a line saying something like, choose your favorite kind of [choice 1]... same goes for choice 2 or choice 3. I want it to enter the text line dynamically based on which choice they selected, and it can change constantly as they click on different options.
However, when I use the write or writeln method, it clears the page and writes the value as the only thing on the page. I want it to write that text in a specific area on the page.
How can I do this?
-Ovatvvon :-Q
I have 3 radio buttons that give a user 3 different choices. When they select choice one, I want it to print a line saying something like, choose your favorite kind of [choice 1]... same goes for choice 2 or choice 3. I want it to enter the text line dynamically based on which choice they selected, and it can change constantly as they click on different options.
However, when I use the write or writeln method, it clears the page and writes the value as the only thing on the page. I want it to write that text in a specific area on the page.
How can I do this?
-Ovatvvon :-Q