PDA

View Full Version : dynamic loading of dropdowns


delphi_dawg
02-28-2002, 10:02 PM
Hi all,

Is there a simple way - there always is -

to build the contents of a second dropdown based on the selection of the first dropdown?

I can pre-load the first combo box with a simple select statement during page build, but when the user selects item x from the first combo box, i need to load the values of the second dropdown box.

With as little round trips as possible, and little to no flicker would be best...

p.s. the pages need to be jsp

thanks
tony

scoutt
02-28-2002, 10:08 PM
something like this

http://www.snippetlibrary.com/viewhtml.php?id=5&siteid=26