Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
jmoshier #1
Making a selection in List Menu
Hey all,
I have a multiple list item that I am passing a variable in to have one of the
items selected. What I would like to know is it possible to have the selected
item on the top.
For example the list menu would be
Item A
Item B
Item C
Item D
Item E
If I have passed in a variable to select item C i would like the list to look
like this in the menu item:
Item C
Item D
Item E
with Item A, and Item B above item C in the scrolled list.
Attahced is my list menu code. Hopefully I explained what I am trying to do
well enough. If not, please let me know.
Thanks for your help in advance.
jlmoshier
<select name="title" size="4" multiple class="jumpmenu" id="title">
<option value="">Please select from list below:</option>
<cfoutput query="getTitle">
<option value="#getTitle.title#" <cfif IsDefined("URL.title") AND
getTitle.title EQ URL.title>selected</cfif>>#getTitle.title#</option>
</cfoutput>
</select>
jmoshier Guest
-
List/Menu Form hides dropdown Menu
http://2006.maximizer.com/about/customers/index.html when you scroll over 'company' in the main navbar at the top of the page, you'll see what... -
View Menu selection options (Large icons, Small icons, List, Details or Thumbnails)
In the View Menu option of the File Save or File Open menus (4th icon to the right of the Save In or Look In drop-down boxes) Acrobat 5.0 gives you... -
PHP selection list
Can anyone tell how to get the selection value stored in the variable and use that selection to produce another selection list .... hope you... -
List box selection
I have a list of objects in a list box that I need to select all at once. Is there a way to do this? -
Making a clean edged selection
I don't have any suggestions for your editing but I love the picture. Your brother's look is so full of love and loss for his daughter.



Reply With Quote

