How to populate values in drop down from select query on other dropdown?
Posted
by
jacksantho
on Pro Webmasters
See other posts from Pro Webmasters
or by jacksantho
Published on 2012-09-23T15:39:42Z
Indexed on
2012/09/23
15:50 UTC
Read the original article
Hit count: 179
JavaScript
How can i populate the values in the drop down(second drop down) from the select query on choosing the option from the first drop down ?
Examples: First Drop Down : Listing out all the "department name" using select query. Second Drop Down : Now, i need the output to list out all the "professors name" in the respective departments on the basis of the first drop down option.
Thanks in advance. Much Appreciated your help.
© Pro Webmasters or respective owner