|
I'm not sure if i 100% understood what you're
asking... but....
A radio button on a form passes the value as a form
variable.
so in this example form.prod would be equal to
"all" or "active" or "inactive"
save this code as form_test.cfm
Gav
<form action=""
method="post">
<input type="radio" name="prod"
value="all">all
<input type="radio" name="prod" value="active">active <input type="radio" name="prod" value="inactive">inactive <input type="submit">
</form> <cfdump var=#form#>
--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ |
Title: Message
- [cfaussie] RE: confused/frustrated Fuzion - CFAussie
- Gavin Cooney
