In the dialog field there are two list menus that I would like them to behave like in the following URL;
http://www.javascriptkit.com/javatutors/selectcontent2.shtml
I would like the right box to display only the values of the parent they belong to.
Any ideas of how I can achieve this?
I was thinking of making empty boxes at the top of the source code (select.js file) and assign them an id then I would just call them with the document.getElementById method but I don't know if this would be the correct way.
Any help would be greatly appreciated.