Hi everybody,

I've such a form in my ecpp source file.
How can I get (and also programmatically set) a radio button (and also check 
boxes)?
I tried defining the variable "choose" in the args section,
it compiles but has IMHO no effect :-(
BTW, I've 2 <form>'s on the page, this is the first,
the other one is at the bottom for navigation. The second is working fine.

<form>
   <p>Choose:</p>
   <p>
     <input type="radio" name="choose" value="X"> X<br>
     <input type="radio" name="choose" value="Y"> Y<br>
     <input type="radio" name="choose" value="Z"> Z
   </p>
</form>


------------------------------------------------------------------------------

_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to