Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
toby007 #1
Initial option appearing in drop down menu
I am working on an application. If I click on a button I am transfered to a
new page that displays a drop down message. When I navigate to this page I
wish to display one particular option and not the other options. Normally this
would not be too complicated. The complication is this - I have several ways
of navigating to this page. It is only when I navigate to this page using the
approach outlined above that I only want to display one option. If I navigate
to this option from other areas of the site I want all options to appear in the
drop down menu. I am wondering if someone can suggest a mechanism for doing
this. Regards Toby
toby007 Guest
-
Change option in second drop down box based on selectionof first drop down box
Change option in second drop down box based on selection of first drop down box. Hi, I am trying to figure out how to make a selection in 1... -
illustrator CS drop shadow - blur not appearing as option
Hi, when I try to use filter or effect drop shadow on objects or any thing in illustrator CS, the blur option is grayed out and not usuable. Even if... -
How do I build Drop Down menu using Menu magic with Database result
Hi Every One. I resently purched Menu Magic Dropdown System. I would like to list my database content like news( few sentense with link ), Authers... -
Object drop downs not appearing
I have an existing ASP file in a virtual directory. When I type server. or request. in this text file using Microsoft Script Editor I get a... -
dynamically populate drop down menu option value problem
hi I was wondering if anyone can help me out on this.... I have dynamcally populated a drop down menu with data from an access database using... -
doug777 #2
Re: Initial option appearing in drop down menu
What about wrapping this particular button in a form and give the button
a name buttonName, then on the receiving page:
<cfif IsDefined("Form.buttonName")>
one set of options
<cfelse>
the other set of options
</cfif>
Doug
doug777 Guest



Reply With Quote

