Click to See Complete Forum and Search --> : using radio buttons to set variables??


drmbdrummer
11-16-2003, 04:16 PM
is it possible to use radio buttons to set variables, such as setting whose turn it is in a game?

Thanks

Jona
11-16-2003, 04:42 PM
<input type="radio" name="myRadio" value="someValue" onclick="somevariable=this.value">


[J]ona