Avatar

Level 10

In both cases you will need to write code to accomplish what you want. I prefer to use Javascript as it gives you more control. If there are a large number of selections then I suggest a Select statement where you can determine what selction was chosen and act accordingly. I recommend using the exit event of the dropdown list as the value is "committed" at that time.

Hope that helps

Paul