Re: Related Select lists

2002-07-18 Thread Adam Hardy
I would output the data into javascript arrays in a JSP. The tags work just as well mixed in with javascript as they do with html. Depends what your target browser is. If it includes NS4 you've got more problems, but otherwise it should be fairly simple - use the onchange event on the select

Related Select lists

2002-07-16 Thread Ben A. Geyer
I have an application that needs to provide a way for a user to drill down through hierarchical data. I'd like to do what heavyweight clients are able to do and relate two select lists to each other. That way, when a choice is made from the first select, the options in the second are filtered