- This topic has 2 replies, 2 voices, and was last updated 18 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Archives › Computer Support › Computer Support Discussion › Drop Down Menu Help
I made a drop down menu in a search feature. The search feature works great, except I wanted to add an extra feature to it…
What I want is if a user selects GAME in the drop down, I wish to make a new drop down menu appear displaying categories… How can I do this? I’ve googled, but received no answer.
[php]
echo”
[/php]
The easiest and probably best way to do this is via javascript. it occurs instantly and doesn’t put load on the server (JavaScript runs client side).
after a quick google search drop down menu javascript two i found this: Download the script and code for populating list box at client side. i’m sure that you can modify it to fit your own site.
Thanks for your help. 🙂