Just signed on.  Here is a code snippet from a website we've done - hope it
helps.  I had trouble attempting this with cfselect tags.

<select Name="area_code" size="1">
<OPTION selected value=""></option>
<cfoutput query="getAreaCodes">
<option value="#areacodeid#">#cityofregistry# (#areacode#)</option>
</cfoutput>
</select>


Lonny Eckert
Hesta Corporation
[EMAIL PROTECTED]
Hesta 610-230-2500 x147


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to