Re: [PHP-DB] Re: Dynamic Drop Down Box

2002-03-06 Thread Bill Morrow
I haven't actually tried this, but if you use frames, could you submit from the first dropdown and refresh the second if they are in seperate frames? Not that I'd like to support that code. On Wed, Mar 06, 2002 at 10:14:59AM -0800, fls wrote: > I've got a dynamic dropdown on http://www.northjers

Re: [PHP-DB] Re: Dynamic Drop Down Box

2002-03-06 Thread fls
I've got a dynamic dropdown on http://www.northjerseydirectories.com I generate the js using php and a MySQL database. The dropdown does what you're looking for. Since the dropdown is client side you either need to go with javascript, an applet, or have the person submit a form that loads the se

[PHP-DB] Re: Dynamic Drop Down Box

2002-03-06 Thread Aron Pilhofer
So, if the user selects "mercedes", then the next box is "500Sl, 300Sc" and so forth. If they select ford, then the second box has completely different values? You'll either have to reload the page after the first select, or use javascript or some other kind of client script. I don't think there

[PHP-DB] Re: Dynamic Drop Down Box

2002-03-05 Thread Ralph Friedman
In article , Randy Rankin wrote: > Based on the user selection, the 2nd > drop down box would be populated with the distinct 'make' for that model > (ie; if the user selects Ford in the first drop down, the 2nd drop down > would be populated with Expl