Hello guys, I need a little help with javascript.
I have two identical listboxes, when a user makes a selection in one list box, the same item must be removed from both the listboxes (to prevent duplication). This process must occur on the fly with onchange function and not using any additional buttons.
I am not sure how to implement this. Any help would be appreciated.




Reply With Quote