Hi,

I would like to find out how I can auto-update a drop down list in a form when another drop down list changes. For example, in a HTML form, I have two <select> elements. Let's say the first <select> has a list of department names and upon selecting one, it updates the second <select> with a list of employees for the selected department. Also, the values of the two <select> elements are retrieved from a database table.

What is the typical approach of dealing with this type of problem? Is there any article that explains this? I would appreciate if anyone who has dealt with a similar problem above provide me with some suggestions or pointers. Thanks.

-waimun

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to