Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
TheScarecrow #1
CFSELECT Drop Down
I have a drop down box as follows: <CFFORM name='changeyear'
action='#year_select#' method='post'> <select name='year_select'
onChange='this.form.submit()'> <option value='' selected='selected'></option>
<option value='index.cfm'>2004/2005</option> <option
value='03-04.cfm'>2003/2004</option> </select> </CFFORM> I want them to
change pages based on the selection for i.e. they choose 2003/2004 it changes
to page 03-04.cfm. However I must have a flaw in the code and not sure how to
fix it. Does any one have an idea. Please Help. Thanks.
TheScarecrow Guest
-
CFSELECT Help!!
I have a flash form page that when an item is selected in a <cfselect> field needs to populate five other fields on the form. Please help me!!! -
CFSELECT HELP!
What I am trying to do seems simple but I'm going crazy! I need have a page where I have the user "Select Options" from a drop down box and when... -
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... -
cfselect options dependent on choice from other cfselect
I have 2 cfselects. 1st is category, 2nd is sub category. both are populated from database queries, but the options from the sub cat vary based... -
CF7 BIND CFSELECT to populate a 2nd & 3rd CFSELECT
Please could some show code of how this is done: CF7 - Flash page Question: How do I bind these cfselect dropdown lists to one another as per the... -



Reply With Quote

