| Author |
Window.Opener Problem
|
Srinivas Ivaturi
Ranch Hand
Joined: Jan 28, 2003
Posts: 50
|
|
Hi I have a simple problem. Let me explain the same. I have parent window. It contains a List Box(Multiple Select Box). I have button which opens a child window. Child window contains the Set of values where I can select them using Check box. When I click submit in child window page. I should be able to add all the selected values(Which are selected checkbox values) in to the Multile Select Box in the parent Window. I could able to do if it is single value and text box in Parent window. But I could not understand how to do it using Multiple list box in parent window and Multiple values in Child window. Thanks Srinivas Ivaturi
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
http://webpages.charter.net/mmmbeer/code/javascript/checkbox/
|
 |
ss mss
Greenhorn
Joined: Nov 16, 2004
Posts: 2
|
|
Hi I have also same problem, I am using spring framework.. My Question is When I want to add list of values(eg: Employee List) in Text area main window (jsp page) by clicking add button in Main window, I will get the employee list in popup window(which i have emp names and check box) so whenever I will select the particular emp names and submit it in popup window the selected employees display in the Text area of Main window. I got the employeelist in popup window but I am getting problem with the selected values to display in main window. I hope my question is understood... If u have know about this problem, pls let me know. Appreciate for help me soon. Thanks ss
|
 |
ss mss
Greenhorn
Joined: Nov 16, 2004
Posts: 2
|
|
If you know above problem, pls send me code....... Thanks ss
|
 |
 |
|
|
subject: Window.Opener Problem
|
|
|