That clears it up quite a bit. Thanks for the information!
-Fandorn
Type: Posts; User: Fandorn
That clears it up quite a bit. Thanks for the information!
-Fandorn
I have a form with two radio buttons. Like this:
<form name=Fruits action="fruits.asp">
<Input type=radio name=choice1 value="Bananas" checked>Bananas</input>
<Input type=radio name=choice1...