Question
ColdFusion and HTML Select
Hello Everyone,
Is it possible to print the selected value of a drop down menu in Coldfusion?
<select name="dropdown>
<option value="1">1</option>
<option value="2">2</option>
</select>
If I select 1, I want to print 1 using cfoutput. Is this possible?
Thanks.
Is it possible to print the selected value of a drop down menu in Coldfusion?
<select name="dropdown>
<option value="1">1</option>
<option value="2">2</option>
</select>
If I select 1, I want to print 1 using cfoutput. Is this possible?
Thanks.
