Could any one explain me how to create cascading prompts?
Answer / Pushpendra Arya
Cascading prompts are a way to create dynamic, related drop-down lists in ColdFusion. To create them, you would typically use the cfselect tag with the include attribute pointing to another CFM file that contains the next set of options based on the selected value from the previous prompt.nFor example:n```n<cfselect name='selectedOption' query='query1'>n<cfoutput>
<option value='#id#'>#name#</option>
</cfoutput>n</cfselect>n<cffile include='#URL.cfm?selectedOption=#form.selectedOption#'>n```
| Is This Answer Correct ? | 0 Yes | 0 No |
How to export mappings to the production environment?
What we will do with the universe for faster process?
what is the diffrence between psa and idoc
What is Active Datawarehousing?
Suppose date is 05sep2005; I want the output like 05sep2005:00:00:00 ; how it will come?
Explain what is the difference between a primary and secondary actor in use case modeling?
OLAP architecture?
What is recovering sessions?
Explain dimension table ?
What is up date strategy and what are th options for update strategy?
Tell me one example for multi valued dimension or bridge table?
2 Answers Accenture, CMC, IBM, Logica CMG, TCS,
What is metadata in context of a datawarehouse?