Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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!!!
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: CFSELECT Drop Down

    Sorry about the double post . Ignore this
    TheScarecrow Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139