[thelist] Deselecting A Radio Box

Rob Smith rob.smith at THERMON.com
Thu Jan 23 12:14:00 CST 2003


Is there a way to deselect a radio box?  Once a user selects a radio box
(lets say there are 3 radio boxes) how can the user deselect the box so
that no one box is selected?



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

Alternatively, a non-JS solution, have a 4th radio button:

<input type="radio" name="station" value = ""> No selection
<input type="radio" name="station" value = "102.5FM"> Magic 102.5
<input type="radio" name="station" value = "90.5FM"> 90.5 OOOK Radio
<input type="radio" name="station" value = "96.7FM"> Mix 96.7


rob



More information about the thelist mailing list