> I need to adapt the code below which works ok.  It consists
> of two select boxes where one is populated based on what is
> chosen in the other.
> What I need is to show all the items in the second select
> menu when none of the options from the first select menu has
> been chosen.
> What is the best way of changing the below to achieve this?

First off,

I would recommend checking out qForms from www.pengoworks.com. That will
give you a complete JS API to play with and it saves a ton of time. In terms
of your question about how to show all the related select box elements in
the second select box... You can achieve this by setting the "size" and
"multiple" attributes on the select tag. If you need help getting the
two-related-selects to work, check out www.happyhacker.com for examples of
qForms or check out the earlier link for examples as well.

HTH,

Mike
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to