Forums

This topic is locked

Help!! Dynamic Dropdown

Posted 22 Jun 2007 01:11:03
1
has voted
22 Jun 2007 01:11:03 Roberto Gutierrez posted:
Hello Everyone

I am having some troble trying to figure out how to execute a SQL command when I select an item from a drop down.

Below is my code

<td align="left" valign="top" width="485"><label>
<select name="IntDistDropDown" id="IntDistDropDown">
<cfoutput query="IntDist">
<option value="#IntDist.location#">#IntDist.location#</option>
</cfoutput>
</select>
</label>


Can some one send me a sample on how to d

Reply to this topic