Could any one explain me how to create cascading prompts?
Answer Posted / 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 |
Post New Answer View All Answers
does anyone "QlikView" BI tool. if you have any docs send me pls. yaparas84@gmail.com
Explain how to generate iqd file from framework manager?
Hi, If any hav Informatica n DWH FAQ's,Plz do fwd to s.rajanikanth1980@gmail.com Thnx Vani
Explain have you ever been in a real dilemma at work? What did you do to get out of it?
What is the purpose of Dataware Control?