Jerry Johnson
>>> [EMAIL PROTECTED] 10/04/04 05:30PM >>>
Did you try to include a code sample, perhaps with a line of hyphens at the top?
If so, try sending it again without the hyphens.
If not, here is a simple pseudo-code example
<form action=""> <select name="ID">
<cfloop query="menuOptions">
<option value="#ID#">#label#</option>
</cfloop>
</select>
</form>
Jerry Johnson
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

