Page 1 of 1

select boxes update

Posted: Fri Feb 04, 2005 9:09 am
by niceguy_reddy
Hi everybody,

I wrote a code which has three select boxes. The first two select boxes contains fields selected from a database. If I select the options from the first two select boxes i should update the third select box with data from the database depending on the options selected from the first two select boxes. How can i do this.

Anil Kumar Reddy.

Posted: Fri Feb 04, 2005 9:12 am
by feyd
there are multiple ways, one is detailed in the tutorial section. Others most often use a submission to refresh the page with information, as this requires the lowest level of support for Javascript (if any, needed)..