Hi Ronaldo,
Many thanks for you reply,
I am using classic ASP, I tried your idea but without success, could you
please me with some code or example if you have one.
I have manged only two listboxes but found very hard with three listboxes.
Many thanks in advance.
Lamine
"Ronaldo" <> wrote in message
news:137401c38c16$a9f1c870$...
>
> >-----Original Message-----
> >Can anybody help?
> >I need to have three list boxes automatically populating
> each other, (ie
> >when region is selected from the first listbox, it will
> populate
> >automatically the second one which is the TOWNS and when
> the town is
> >selected is should populate the third one AREA) all data
> is in the database
> >in one table.
> >Any idea???
> >Many thanks in adavance.
> >Lamine
> >
> >
> >.
> >
> Lamine.
> Are you using ASP or ASPX?
> With ASPX you set the autpostback = true and use the
> event selectedindexchanged of the dropdown or list.
> With old ASP, you have to identify wich dropdown list was
> changed. Make a javascript the gets the dropdown value
> and wich dropdown was selected
> (http://www.site.com/code=90&drop=a). Then you can build
> the next one and so far.