i a working on a website using asp, VB SCRIPT.
i am using radio buttons in a form
and i ‘d like to submit its value from another form. the idea is to choose a radio button from form1 and then get its value in a TEXTBOX in form2 and then submit itfrom there. how can i get the value of the radio button in form1 to appear in a TEXT BOX in form2. i used the following code :
<% if radiobutton1_name="value" response.write("my string") %>
<% if radiobutton2="value" response.write("my string) %>this method worked in displaying the result on a table.. but how can i have the same idea but displaying the answer in a textbox