Dynamic Jump Menu

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    Dynamic Jump Menu

    I'm looking to create a dynamic jump menu/list menu that will enable me to navigate to a particular record by selecting a value
    from the list, however the list is dynamically generated from the recordset.

    Situation is:

    I have a modification page for football players profiles and want to add a dynamically generated list to allow me to select the
    players profile I want to edit from that list, once I select the name I want the page to refresh with that players profile on
    screen so that I can edit it.

    Can anyone explain how I can do this?

    Hope I have made this clear enough.

    --
    Regards,
    Chris.





  • Zoe Brown

    #2
    Re: Dynamic Jump Menu


    "Chris" <none@ANTISPAM. com> wrote in message
    news:k0oUe.3311 $yF2.1862@newsf e6-win.ntli.net...[color=blue]
    > I'm looking to create a dynamic jump menu/list menu that will enable me to
    > navigate to a particular record by selecting a value
    > from the list, however the list is dynamically generated from the
    > recordset.
    >
    > Situation is:
    >
    > I have a modification page for football players profiles and want to add a
    > dynamically generated list[/color]

    generated from what and where ?
    [color=blue]
    >to allow me to select the
    > players profile I want to edit from that list, once I select the name I
    > want the page to refresh with that players profile on
    > screen so that I can edit it.[/color]

    1 create a page with the menu.

    2 create a page for each player, or create one page that you can pass the
    player ID to and it will display the correct data in the form.

    3 link the menu to the player using a href ?


    Comment

    Working...