aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Populating one Drop Menus from another several levels deep Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Populating one Drop Menus from another several levels deep" Watch "Populating one Drop Menus from another several levels deep" New topic
Author

Populating one Drop Menus from another several levels deep

Dan Alan
Greenhorn

Joined: Oct 20, 2012
Posts: 1
I've always avoided java script and stuck to php, but now I need to build a cascading menu selection where selecting one menu item populates the next menu box, and that menu choices populate yet another menu. I have no hair left so Im hoping someone can tell me what Im doing wrong here:
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56229
    
  13

Welcome to the Ranch!

Here are a few tips to help you get better, faster answers:
  • Post in the correct forum. JavaScript is not Java. I've moved this to the HTML/JavaScript forum for you.
  • Format your code. You used code tags to post your code (good job!), but your formatting and indentation is really wonky which makes the code hard to read. Easy to read code means more and better answers.
  • Be explicit about what's happening. Just saying that it doesn't work doesn't give us much traction to help you.

  • Cheers and welcome.


    [Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
     
    jQuery in Action, 2nd edition
     
    subject: Populating one Drop Menus from another several levels deep
     
    Similar Threads
    Removing a row from a table using JavaScript not working
    Passing array values using Ajax & JSP
    Only Numeric value allowed
    Generate random id on an html page
    create a dropdown list based on selection from another dropdown list in jsp