javascript_howto thread: Need Help! Please Anyone.
If you need to "refresh" the 2nd select list, I think the best way is using
frameset to submit a hidden page to the server, get back the new values and
repopulate the orignal page by client side javascript. Like this you won't
have to each time unload the page, you don't need to reload the 1st list.
Depends your needs
"marc cardenas" <marclena@h...> wrote in message
news:272310@j..._howto...
>
> Well you should submit the page passing a value on a querystring everytime
> that you change the selection on the first combo box and then depending on
> the value on the querystring populate the second box.
> Use ASP.
>
> > I am having trouble with what should be simple javascript. I have 2
> d> ropdown boxes, I'm trying to have the user first pick an option from
> the
> f> irst box and then have the second box reload to the appropriate
options.
>
> > Example:
> f> irst box options- colors, numbers, shapes.
>
> > if colors are click then the second box shows- blue, red, green, yellow.
>
> > And then when Red is clicked it takes you to that page. I've seen most
> of
> t> hese kinds of events on Automobile sites under choosing a make and
> m> odel. Can someone please show me how to do this exactly, it would be
> G> REATLY appreciated.
>
> > Thanks Tom
>
>