Hello,

I have a frames pages wich splits the page in two - a PRODUCTS frame and a SELECTED frame.
On the PRODUCTS frame I have 5 different dropdown menus which each are filled with different products read from a DB.
On the SELECTED frame I have a dropdown menu and I set this dropdowns size to
20, so you dont have to scroll thru the dropdown - you immediately see the first
20 options. I also have 2 push buttons one is "delete" and the other is "add".

Now, what I want to do is let the user select the product from the PRODUCTS frame
and when he clicks the "Add" button, whatever product he selected must appear
in the SELECTED frames dropdown (the one which I set the size to 20). Also, when
the user clicks on the "Delete" button, the product which he selected in the
SELECTED frame must dissapear.

Anyone, please!! I dont know java very well and would REALLY like to get this going.

Thanks,
T