I have created three radio buttons in my coldfusion page and working fine. But now i want to execute query, depending on the button selected.
ex:
Code:
<td><input type="radio" name="Env" value="DEV" checked > Dev</td> <td><input type="radio" name="Env" value="STG" checked > STG</td> <td><input