Home > Archive > PHP Language > May 2004 > Client-side dependent menus
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Client-side dependent menus
|
|
| delroger 2004-05-20, 7:30 am |
| Hi all,
I'm trying to use a menu system in a form where the second menu is populated
depending on what is chosen in the first (without returning to the server
for a second query). There's a technote on the Macromedia site for how to do
this using Javascript and ASP, but I simply don't know if/how it can be
adapted for use in PHP (I haven't been using PHP very long):
http://www.macromedia.com/support/d...mic_listbox.htm
Any help or suggestions would be much appreciated.
TIA
Roger
| |
| Michael Vilain 2004-05-20, 10:32 am |
| In article <c8i271$svv$1@aspen.sucs.soton.ac.uk>,
"delroger" <rgw@nospamsoton.ac.uk> wrote:
> Hi all,
>
> I'm trying to use a menu system in a form where the second menu is populated
> depending on what is chosen in the first (without returning to the server
> for a second query). There's a technote on the Macromedia site for how to do
> this using Javascript and ASP, but I simply don't know if/how it can be
> adapted for use in PHP (I haven't been using PHP very long):
>
> http://www.macromedia.com/support/d...nt_dynamic_list
> box.htm
>
> Any help or suggestions would be much appreciated.
php is server-side stuff. Time to break out your Javascript books and
have at it. That's where you'll do this part of your project.
[this was my nice way of telling you to RTFM]
--
DeeDee, don't press that button! DeeDee! NO! Dee...
| |
| delroger 2004-05-21, 10:31 am |
|
"delroger" wrote in message news:c8i271$svv$1@aspen.sucs.soton.ac.uk...
> Hi all,
>
> I'm trying to use a menu system in a form where the second menu is
populated
> depending on what is chosen in the first (without returning to the server
> for a second query). There's a technote on the Macromedia site for how to
do
> this using Javascript and ASP, but I simply don't know if/how it can be
> adapted for use in PHP (I haven't been using PHP very long):
>
>
http://www.macromedia.com/support/d...mic_listbox.htm
>
> Any help or suggestions would be much appreciated.
>
> TIA
>
> Roger
>
If anyone is interested, I found a solution to this problem at
http://www.experts-exchange.com/Web...8.html#11036577
Many thanks also to those who contacted me off-group with solutions.
Cheers,
Roger
|
|
|
|
|