andrewlondonuk Posted May 29, 2007 Share Posted May 29, 2007 I was wondering if a kind person off here could point me in the right direction. I'm making a form on my website so users can request certain information, the thing is, the information they will be requesting will contained in pull down menus, with all the data for the pull down menus in a database. How would i go about changing one set of pull down menus depending on what is selected in a previous menu? For example, say a user selects "Honda", the next menu would contain all the Honda models in our database, if the user selects something else, they're given more choice again.... I hope this is clear.... Thanks, Andrew Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted May 29, 2007 Share Posted May 29, 2007 ok, the only wasy for you to do this is use javascript. however if your data is in a database, then youll have to echo it into javascript, then have the javascript show the options, acording to something like onValuechange or something. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.