This is a discussion on "Multiple Drop Down" within the PHP Forum section. This forum, and the thread "Multiple Drop Down are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Multiple Drop Down
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Multiple Drop Down
Hello I have created a small php file which is going to be a module in my mambo driven intranet site. The problem I am having is having one of the drop downs do two things on 'onChange'
1) Change the href of the page/content 2) Update the second drop down based on the selection chosen here is me code...
Any help/input would be much appreciated. Thanks Guys/Gals Last edited by benbacardi; Nov 24th, 2005 at 16:19. Reason: Code Tags |
|
|
|
|||
|
Re: Multiple Drop Down
Because a lack of response I tried to look at it myself and decided session variables were the way forward. Now it all works but the second drop down box does not populate dynamically according to the first.
Again any ideas/help will be welcomed
Steve |
|
|||
|
Re: Multiple Drop Down
dont know why nobodyhas replied....
anyway: Seeing as you want to use php to populate these options from the database, you would unfortunatly ave to refresh, unless you used javascript to store all the options for the second box, which isnt to smart, as you can switch javascript off. the way i would go about it is in the first dropdown, use the value to send the data and get the options for the second box.... <option value="countrys">Countrys</option> then use sql to select all from the database that is under countrys, then loop the options for the next drop down...if that made sense. unfortunatly there is no easy way of doing this dynamicly... |
![]() |
| Tags |
| multiple, drop, down |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| multiple drop-down menus | ktsirig | JavaScript Forum | 2 | May 28th, 2008 22:54 |
| multiple rollover images change multiple images | joshlindem | Web Page Design | 4 | Apr 18th, 2008 09:11 |
| Multiple drop down menus | D4CUE | Web Page Design | 3 | Mar 6th, 2008 08:06 |
| Drop down menus drop behind flash header | theGAME71135 | Flash & Multimedia Forum | 3 | Jan 10th, 2008 09:42 |
| Multiple Drop Down Validation | Monie | JavaScript Forum | 1 | Nov 6th, 2004 07:41 |