tags:

views:

439

answers:

0

I have a JSP page with various DIVs, one containing a table.

I can select a row in the table and then change that selection using the arrow keys. That is fine.

I select a row in the table and press a button which causes a hidden DIV to be displayed.

This new DIV contains a SELECT pulldown. If I click on the SELECT pulldown and then use the arrow keys to change my selection that does indeed change. However I also find that my selection in the original table also changes.

How can I stop this ?