Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Dynamic Menu

    Dear All,

    How could I make a menu have many sub-menus, note that the
    menu and sub-menus items come from database.

    Ex: a menu have items like:
    Products | Auctions | Orders

    the menu items above all come from a table in a DataBase,
    and if On Mouse Over or On Click events happens for any
    item, the specific submenu for this item appear which is
    also come from database.

    Do anyone know how could i do this
    Thanks alot in advance

    Shery
    Shero Guest

  2. Similar Questions and Discussions

    1. Help with Dynamic Menu
      Hey everyone, I'm developing a piece right now and have come to a stand still. The menu part of the project will contain a number of "Business...
    2. dynamic menu...again
      Hey, it's me again, and it did work, but now I'm having trouble, yet again, as my SN states, I'm still a rookie at this, and learning this as I go,...
    3. dynamic menu system going to dynamic page
      please can someone help me - im at the end of my tether! ive got an access db. Its got a list of words that is to be a menu system stored in it....
    4. Dynamic Menu...is it possible?
      I'm new with Flash and I need to know if it is possible with Flash to get a menu created dynamically where the information is coming from a database....
    5. Dynamic Menu Help
      Hello, I have a written a simple dynamic menu seen here (http://www.digitaris.com). It uses an xml file to create the categories and...
  3. #2

    Default Re: Dynamic Menu

    Please do not multipost.

    Ray at work

    "Shero" <shiref_2@yahoo.com> wrote in message
    news:0afa01c3b3fe$979d9d60$a501280a@phx.gbl...
    > Dear All,
    >
    > How could I make a menu have many sub-menus, note that the
    > menu and sub-menus items come from database.
    >
    > Ex: a menu have items like:
    > Products | Auctions | Orders
    >
    > the menu items above all come from a table in a DataBase,
    > and if On Mouse Over or On Click events happens for any
    > item, the specific submenu for this item appear which is
    > also come from database.
    >
    > Do anyone know how could i do this
    > Thanks alot in advance
    >
    > Shery

    Ray at Guest

  4. #3

    Default dynamic menu

    Hi,

    I'm working on a dynamic menu with 5 submenus (5 movieclips).
    In the first frame of these subs only a part of the sub is shown, in the
    second frame the whole submenu is shown (with some sub-sub-buttons).
    The whole submenu appears when you mouse over it (jumps to frame 2).
    If you mouse over the second menu-item, the first menu-item should go back
    to frame 1. So far so good.

    Can someone give me a hint to put all this in a function which recognises
    which movieclip is moused over and then decides that the other 4 should
    return to their first frame?

    Thanks,

    Walter


    Walter Rijsselaere Guest

  5. #4

    Default Dynamic Menu

    I'm using a dynamic menu to populate and states field in an billing information
    form. I am using the same database infomation to populate the shipping state
    infomation. The problem is the menus are identical except the name and the
    first one doesn't work while the second menu works fine. I can actually move
    them around and which ever is first in the document doesn't work while the
    second does. Anybody run into this problem before.

    SuperArtGuy 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