Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Updating menus from drop downs

Guest
Oct 23, 2007 Oct 23, 2007
I'm trying to change the search page on the fly i guess, I have a list/menu with dynamic data from a recordset, on selecting something from this menu I would like to change another menu on the same page without submitting is this possibly?

e.g. menu 1 user selects product - menu2 changes to show animals product can be used on and allows user to select, after which they can press submit to pull up instructions on the two critia selected.
TOPICS
Server side applications
224
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 23, 2007 Oct 23, 2007
Any particular language, or would you just like a solution for all of them?
;-)

For client side updating, you could use an AJAX solution. But if you're
pulling the menu info from a database, you're going back to the server
anyway, so maybe this is not the way to go.

HTH,

Steve

"ippicus" <webforumsuser@macromedia.com> wrote in message
news:ffk9fd$rpi$1@forums.macromedia.com...
> I'm trying to change the search page on the fly i guess, I have a
> list/menu
> with dynamic data from a recordset, on selecting something from this menu
> I
> would like to change another menu on the same page without submitting is
> this
> possibly?
>
> e.g. menu 1 user selects product - menu2 changes to show animals product
> can
> be used on and allows user to select, after which they can press submit to
> pull
> up instructions on the two critia selected.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 24, 2007 Oct 24, 2007
LATEST
Ippicus

Is this what you are after:

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14924&sliceId=2

Brendan
______________________________________________
Rate your experiences with your UK and Ireland builders at
http://www.ratethebuilder.co.uk
=========================================

"ippicus" <webforumsuser@macromedia.com> wrote in message
news:ffk9fd$rpi$1@forums.macromedia.com...
> I'm trying to change the search page on the fly i guess, I have a
> list/menu
> with dynamic data from a recordset, on selecting something from this menu
> I
> would like to change another menu on the same page without submitting is
> this
> possibly?
>
> e.g. menu 1 user selects product - menu2 changes to show animals product
> can
> be used on and allows user to select, after which they can press submit to
> pull
> up instructions on the two critia selected.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines