Default value in menu box

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Default value in menu box

    I've created a form with several fields. One of them is a menu dropdown box
    with an indication of what year. I get the options from a table in my database.
    Now I want to set a default value in my menu box, which selects the current
    year, and off course save the correct value in the database. How to do that or
    is there an alternative way to do it? /Rudy

    RudyMadsen Guest

  2. Similar Questions and Discussions

    1. Context Menu menu items Language Independent names
      Hi everyone, Can somebody provide me the language independent names of menu items of the context menu(right click menu). I tried very hard to find...
    2. JavaScript for menu bars or side menu for an externalweb page
      I have designed some web pages with top menn bars and drop-down menu buttons for web page linkings. So far all the web pages I have coded showed...
    3. Setting index.cfm as the default document??? Yes, it hasbeen added as a default document in IIS.
      I am having trouble getting IIS to recognize the default index.cfm document, and I was wondering if anyone could give me some guidance. I created a...
    4. 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...
    5. ANNC: PVII Menu Magic II Multi-Level Menu Tutorial.
      Hello All, Menu Magic II by Project Seven is probably the coolest menu creation tool there is for Dreamweaver. While PVII chose to provide a...
  3. #2

    Default Re: Default value in menu box

    You have to create your form using the Insert Record Wizard, and also
    make sure you select the year field to Display as "Menu", and when
    configuring the Menu Properties, you have to fill in the Default Value
    textfield (use the lightning icon - the Dynamic Data selector) to select
    your field from the recordset that holds the right value)

    Alexandru

    RudyMadsen wrote:
    > I've created a form with several fields. One of them is a menu dropdown box
    > with an indication of what year. I get the options from a table in my database.
    > Now I want to set a default value in my menu box, which selects the current
    > year, and off course save the correct value in the database. How to do that or
    > is there an alternative way to do it? /Rudy
    >
    --
    InterAKT Online - Dreamweaver extensions
    [url]http://www.interaktonline.com/[/url]
    Alexandru COSTIN 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