I have to selection forms side by side. By selecting an item in one form, I want to be able to automatically select a corresponding entry in the selection form beside it, and vica versa. I am trying do this in javascript with getElementById(), without much luck. Has anyone seen any exanples of this in practice, if at all?