Link to home
Start Free TrialLog in
Avatar of adrake9
adrake9

asked on

how to create a dependant cascading drop down in my form

I need to put a dependant drop down in my form. Basically the user would select a building and based on the number of that building the second drop down would populate with the unit numbers within the building. I'm aware that this is typically a AJAX thing, but I'm looking for a good quick tutorial to get this done fast. I know a little php an mysql and will be learning javascript in the near future, but I need to find something now to finish this form. Any help is appreciated
ASKER CERTIFIED SOLUTION
Avatar of kingofnines
kingofnines

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of adrake9
adrake9

ASKER

does this apply to php/mysql? or just asp.net? If I could find something similar to explain it that would be great.
-a
The examples in the link I supplied are PHP/MySQL specific. However, the funtionality of the dropdown being auto populated is done with javascript in any solution you will find. No language including PHP can do what you need without the use of javascript.


Alan
Avatar of adrake9

ASKER

thanks for your help. Both inputs set me in the right direction.