aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes removing items from drop down in Javascript Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "removing items from drop down in Javascript" Watch "removing items from drop down in Javascript" New topic
Author

removing items from drop down in Javascript

lavi mendonca
Ranch Hand

Joined: Apr 24, 2002
Posts: 53
i have 2 dropdown/ list parent and child. If one of the options in the parent list is selected, then in the child listbox, i only want to display some of the options and not all the values previously displayed. If i choose some other option in the parent dropdown, then some other values should be displayed in the child drop down. But no empty row should be displayed..Could someone help out..
Thanks.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
If you do a search on google for "DOuble Combo JavaScript" you should get your answers on how to do it.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: removing items from drop down in Javascript
 
Similar Threads
removing items from drop down in Javascript
Hi All
Help Regarding DropDownList in Struts
doubt regarding dropdown list
Add items in Drop Down List from a child window to parent window.