This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

select box(Associated drop-down menu)

Is there a related menu?

For example 

I have two select box

select box1  

select box1.option ="ce,se"

select box2.option ="ce001,ce002,se00a,se00b"

if i chose select box1.option = "ce"

select box2.option  only show "ce001,ce002"

if i chose select box1.option = "se"

select box2.option ="se00a,se00b"

 

.............................................................................................................................

If i need to use the jsp 

Is anyone know the command to control select box

thanks 

Tags: