posted 19 years ago
Hi All,
I have parent window with a link "add products" which will open a child pop-up window.In child window, I get information from database and display them in a table. The user selects one or many products using check boxes and presses the "select" button in the child window.
Once the products are selected from child window, I have to display those selected products in main or the parent window.
How can I do that using Javascript? Could you please give some suggestions.
A example would be much better.Thanks in advance.