View Full Version : Help:Dynamic Menu
silverskymedia
09-16-2004, 08:22 AM
Hello, I'm trying to create a couple database driven pull-down menus and have one change according to the selection of the first menu. (i.e. www.kbb.com (http://www.kbb.com/kb/ki.dll/ke.kb.sp?kbb&&&usedCars;slp)) There's a menu there that I would like to model this one after. I know there will probably be some client-side and server-side involved, so any tutorials or other help would be appreciated. Thanks.
A1ien51
09-16-2004, 03:24 PM
You have two ways to do it,
Server side or client side
server side-
You have to post a form back to get the new values of the second drop down
client side - add all of the values to the page initially in arrays and use a JavaScript to fill in the values. JavaScriptkit.com and dynamicdrive.com have the scripts.
Eric
silverskymedia
09-16-2004, 11:30 PM
OK, I vote server side.
silverskymedia
09-28-2004, 11:04 PM
Anyone have any suggestions on how to do this server-side? Thanks.
Roy Sinclair
09-29-2004, 07:42 PM
Anyone have any suggestions on how to do this server-side? Thanks.
Perhaps you missed:
server side-
You have to post a form back to get the new values of the second drop down
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.