I'm trying to figure out how to create three cascading listboxes that update one another.
List box 1 = State (onchange, should update list box 2)
list box 2 = City (onchange, should update list box 3)
List box 3 = Location
My company has retail locations (~11,000) around the US. The goal here is to record Network and system outages, and assign impact per location.
I just dont want to hard code 11,000 locations to choose from.
I saw a javascript version of this, but I know more Japanese than Java...
I'd prefer not to make multiple trips to the server between listbox selections. Is it possible to use an include with the locational information? or on the page load have a single recordset like "Select State, City, Location from location_lkup" or is that just going to be an ugly amount of data?
Help would be greatly appreciated!!!
Jim Connors
List box 1 = State (onchange, should update list box 2)
list box 2 = City (onchange, should update list box 3)
List box 3 = Location
My company has retail locations (~11,000) around the US. The goal here is to record Network and system outages, and assign impact per location.
I just dont want to hard code 11,000 locations to choose from.
I saw a javascript version of this, but I know more Japanese than Java...
I'd prefer not to make multiple trips to the server between listbox selections. Is it possible to use an include with the locational information? or on the page load have a single recordset like "Select State, City, Location from location_lkup" or is that just going to be an ugly amount of data?
Help would be greatly appreciated!!!
Jim Connors