Hi,
I want to have a radio button selection for a user to select from one page or another with a button. It's seems simple but I can't figure how to do it. I have something like this:
Can someone help me please!
Thanks in advance.
I want to have a radio button selection for a user to select from one page or another with a button. It's seems simple but I can't figure how to do it. I have something like this:
Code:
<form name="f_Choice">
<input type="radio" name="choice" value="\page1.asp"
<input type="radio" name="choice" value="\page2.asp">
<p align="center"><input type="button" value="Continue" onClick="choice.value">
</form>
Can someone help me please!
Thanks in advance.