u people out there are doing great job for people like us who r beginers in this world.
i have a query i u could help me:
i have 3 select box 2 & 3 need to get the value based on the first
for eg:-
my 1st select box has values 1,2,3,4,5,6
so if i select 1 from my 1st select box then my second select box should get the value 1.1,1.2,1.3,1.4,1.5
now iam storing "1.1,1.2,1.3,1.4,1.5" in an array named 3
a(for eg: a=new array(1.1,1.2,1.3,1.4,1.5)
same way 2 will have 2.1,2.2,2.3,2.4,2.5 so on.....
and third select box will have 1.a,1.b,1.c so on, this is stored in b........
now is it possible to get this think in simple code.....
i dint want to confuse this so made it real brief........
thx for the help...