Hello Group.

I'm trying to display this code below on my website. I need the statecodeID in 
the form action. This code below will display 50 drop-down boxes.

<cfoutput query="states">
<form action="Details.cfm?statecodeID=#statecodeID#" method="post">

    <select name="sta" size="1">

        <option value="#statecodeID#">#statename#</option>

    </select>
    <input type="submit" value="go" name="search"/>
</form>

Thanks,

Barry
</cfoutput> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5163
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to