Skip to main content
Inspiring
September 16, 2008
Question

Drop Down List

  • September 16, 2008
  • 2 replies
  • 444 views
Hi

I have categories in my drop down list and I want to output all data in the same page that corresponds with the category when a specific category has been selected in the drop down list. Can anyone help me. Thanks!!!
This topic has been closed for replies.

2 replies

Inspiring
September 16, 2008
The simplest way to do it is to also have a submit button. Then have the form submit to the page it's on.

In your source code for that page, after the code for the form, use isDefined on the form field that has the drop down. If that returns true, get the data you need and output it.
Inspiring
September 16, 2008
When and where do you want to output the data?
dchardAuthor
Inspiring
September 16, 2008
quote:

Originally posted by: Dan Bracuk
When and where do you want to output the data?


I have a table below the drop down list that I want to output all the data that corresponds in the category when the category has been selected