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

>>> [EMAIL PROTECTED] 10/04/04 05:19PM >>>
yes

----- Original Message -----
From: Matthew Walker <[EMAIL PROTECTED]>
Date: Tue, 05 Oct 2004 10:14:05 +1300
Subject: RE: Dynamic List/Menu
To: CF-Talk <[EMAIL PROTECTED]>

By list, do you mean a form select box?

  _____  

From: Donna French [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 5 October 2004 10:11 a.m.
To: CF-Talk
Subject: Dynamic List/Menu

Brain fart for the day here goes...

I have a dynamic list/menu & a submit button below, and I want to let
the user select from the list, click the button, go to a page to
display record details.

Is it Monday or did I lose brain cells over the weekend?

--

Donna French
[EMAIL PROTECTED]
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to