• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Window.Opener Problem

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://webpages.charter.net/mmmbeer/code/javascript/checkbox/
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you know above problem, pls send me code.......

Thanks
ss
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic