Hi,
My code in the form below fills up the first combo box. How to fill up
a second related box, i.e. first box selected value determines the
second. I was thinking of the onChange="SelectSubCat();" event in
RE: Double drop down combo box
am 09.04.2008 23:33:55 von Off-Topic Police
Off-Topic nag by Jerry Stuckle in
10
9
8
7
6
Re: Double drop down combo box
am 09.04.2008 23:44:26 von Jerry Stuckle
groupie wrote:
> Hi,
> My code in the form below fills up the first combo box. How to fill up
> a second related box, i.e. first box selected value determines the
> second. I was thinking of the onChange="SelectSubCat();" event in
> however how is the data passed back into the combo, or is
> there another way?
>
>
groupie wrote:
> Hi,
> My code in the form below fills up the first combo box. How to fill up
> a second related box, i.e. first box selected value determines the
> second.
This can't be done serverside.
Its full javascript for this one.
Yoiu have to rewrite the contents of a bunch of select stuff on the
onchange() type mechanism.
I was thinking of the onChange="SelectSubCat();" event in
> however how is the data passed back into the combo, or is
> there another way?
>
>
On Apr 9, 10:46=A0pm, The Natural Philosopher wrote:
> groupie wrote:
> > Hi,
> > My code in the form below fills up the first combo box. How to fill up
> > a second related box, i.e. first box selected value determines the
> > second.
>
> This can't be done serverside.
>
> Its full javascript for this one.
>
> Yoiu have to rewrite the contents of a bunch of select stuff on the
> onchange() type mechanism.
>
> I was thinking of the onChange=3D"SelectSubCat();" event in
>
>
>
> > however how is the data passed back into the combo, or is
> > there another way?
>
> >
on 04/09/2008 05:20 PM groupie said the following:
> Hi,
> My code in the form below fills up the first combo box. How to fill up
> a second related box, i.e. first box selected value determines the
> second. I was thinking of the onChange="SelectSubCat();" event in
> however how is the data passed back into the combo, or is
> there another way?
>
>